Skip to content

Commit a2e173c

Browse files
authored
Re-enable skipped frontend_server_client test cases (#2474)
1 parent 645a068 commit a2e173c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frontend_server_client/test/frontend_server_client_test.dart

-4
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ String get message => p.join('hello', 'world');
117117
expect(await stdoutLines.next, p.join('goodbye', 'world'));
118118
expect(await process.exitCode, 0);
119119
},
120-
// Issue: https://github.com/dart-lang/webdev/issues/2377
121-
skip: Platform.isWindows,
122120
);
123121

124122
test(
@@ -186,8 +184,6 @@ String get message => p.join('hello', 'world');
186184
expect(await stdoutLines.next, p.join('goodbye', 'world'));
187185
expect(await process.exitCode, 0);
188186
},
189-
// Issue: https://github.com/dart-lang/webdev/issues/2377
190-
skip: Platform.isWindows,
191187
);
192188

193189
test('can compile and recompile a dartdevc app', () async {

0 commit comments

Comments
 (0)