Skip to content

Commit

Permalink
Skip native_dynamic_linking_test.dart on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold committed Dec 9, 2024
1 parent 6e5d7a7 commit 53cdbaf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
'mac-os': Timeout.factor(2),
'windows': Timeout.factor(10),
})
// TODO(https://github.com/dart-lang/native/issues/190): Enable once
// https://github.com/dart-lang/sdk/commit/903eea6bfb8ee405587f0866a1d1e92eea45d29e
// has landed in dev channel.
@Skip('!windows')
library;

import 'dart:convert';
Expand Down

0 comments on commit 53cdbaf

Please sign in to comment.