File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments