Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
remove unsound mode web test (#118256)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams authored Jan 10, 2023
1 parent 3cee38e commit 1d2e62b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion dev/bots/test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,6 @@ Future<void> _runWebLongRunningTests() async {
() => _runWebDebugTest('lib/framework_stack_trace.dart'),
() => _runWebDebugTest('lib/web_directory_loading.dart'),
() => _runWebDebugTest('test/test.dart'),
() => _runWebDebugTest('lib/null_assert_main.dart', enableNullSafety: true),
() => _runWebDebugTest('lib/null_safe_main.dart', enableNullSafety: true),
() => _runWebDebugTest('lib/web_define_loading.dart',
additionalArguments: <String>[
Expand Down
24 changes: 0 additions & 24 deletions dev/integration_tests/web/lib/null_assert_main.dart

This file was deleted.

0 comments on commit 1d2e62b

Please sign in to comment.