Skip to content

Commit

Permalink
Skip the "should build with valid configuration dart2js" test case in…
Browse files Browse the repository at this point in the history
… e2e_test.dart (dart-lang#2506)
  • Loading branch information
derekxu16 authored Oct 4, 2024
1 parent e93891f commit f1ba240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdev/test/e2e_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void main() {
}
},
// https://github.com/dart-lang/webdev/issues/2489
skip: Platform.isWindows && withDDC,
skip: Platform.isWindows,
);
}
test(
Expand Down

0 comments on commit f1ba240

Please sign in to comment.