Skip to content

Commit 9752ec1

Browse files
committed
cleanup e2e_test
1 parent 954d872 commit 9752ec1

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

webdev/test/e2e_test.dart

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -153,30 +153,6 @@ void main() {
153153
skip: Platform.isWindows,
154154
);
155155
}
156-
test(
157-
'and --null-safety=sound',
158-
() async {
159-
final args = [
160-
'build',
161-
'-o',
162-
'web:${d.sandbox}',
163-
'--no-release',
164-
'--null-safety=sound'
165-
];
166-
167-
final process = await testRunner.runWebDev(args,
168-
workingDirectory: soundExampleDirectory);
169-
170-
final expectedItems = <Object>['Built with build_runner'];
171-
172-
await checkProcessStdout(process, expectedItems);
173-
await process.shouldExit(0);
174-
175-
await d.file('main.ddc.js', isNotEmpty).validate();
176-
},
177-
// https://github.com/dart-lang/webdev/issues/2489
178-
skip: Platform.isWindows,
179-
);
180156
});
181157

182158
group('should build with --output=NONE', () {
@@ -281,7 +257,6 @@ void main() {
281257
'daemon',
282258
'web:$openPort',
283259
'--enable-expression-evaluation',
284-
'--null-safety=sound',
285260
'--verbose',
286261
];
287262
final process = await testRunner.runWebDev(args,

0 commit comments

Comments
 (0)