Skip to content

Commit 53cdbaf

Browse files
committed
Skip native_dynamic_linking_test.dart on Windows
1 parent 6e5d7a7 commit 53cdbaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/native_assets_cli/test/example/native_dynamic_linking_test.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
'mac-os': Timeout.factor(2),
77
'windows': Timeout.factor(10),
88
})
9+
// TODO(https://github.com/dart-lang/native/issues/190): Enable once
10+
// https://github.com/dart-lang/sdk/commit/903eea6bfb8ee405587f0866a1d1e92eea45d29e
11+
// has landed in dev channel.
12+
@Skip('!windows')
913
library;
1014

1115
import 'dart:convert';

0 commit comments

Comments
 (0)