Skip to content

Commit f1ba240

Browse files
authored
Skip the "should build with valid configuration dart2js" test case in e2e_test.dart (#2506)
1 parent e93891f commit f1ba240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdev/test/e2e_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void main() {
149149
}
150150
},
151151
// https://github.com/dart-lang/webdev/issues/2489
152-
skip: Platform.isWindows && withDDC,
152+
skip: Platform.isWindows,
153153
);
154154
}
155155
test(

0 commit comments

Comments
 (0)