mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 05:41:14 +01:00
Mitigate watch test flakiness
This commit is contained in:
parent
25fa4a772f
commit
24cd96665d
@ -5,6 +5,10 @@
|
||||
// OS X's modification time reporting is flaky, so we skip these tests on it.
|
||||
@TestOn('vm && !mac-os')
|
||||
|
||||
// File watching is inherently flaky at the OS level. To mitigate this, we do a
|
||||
// few retries when the tests fail.
|
||||
@Retry(3)
|
||||
|
||||
import 'package:test/test.dart';
|
||||
|
||||
import '../dart_test.dart';
|
||||
|
@ -6,6 +6,10 @@
|
||||
@TestOn('vm && !mac-os')
|
||||
@Tags(['node'])
|
||||
|
||||
// File watching is inherently flaky at the OS level. To mitigate this, we do a
|
||||
// few retries when the tests fail.
|
||||
@Retry(3)
|
||||
|
||||
import 'package:test/test.dart';
|
||||
|
||||
import '../../ensure_npm_package.dart';
|
||||
|
Loading…
x
Reference in New Issue
Block a user