Skip to content

Commit

Permalink
Skip another safari test
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Sep 10, 2024
1 parent ca4e649 commit 2eb0a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/test/test/runner/browser/safari_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ webSocket.addEventListener("open", function() {
startsWith('Failed to run Safari: $noSuchFileMessage'))));
});

test('can run successful tests', () async {
test('can run successful tests',
skip: 'https://github.com/dart-lang/test/issues/1253', () async {
await d.file('test.dart', '''
import 'package:test/test.dart';
Expand Down

0 comments on commit 2eb0a2c

Please sign in to comment.