We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5d7a7 commit 53cdbafCopy full SHA for 53cdbaf
pkgs/native_assets_cli/test/example/native_dynamic_linking_test.dart
@@ -6,6 +6,10 @@
6
'mac-os': Timeout.factor(2),
7
'windows': Timeout.factor(10),
8
})
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')
13
library;
14
15
import 'dart:convert';
0 commit comments