Skip to content

Commit

Permalink
Re-enable skipped frontend_server_client test cases (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekxu16 authored Aug 7, 2024
1 parent 645a068 commit a2e173c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend_server_client/test/frontend_server_client_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ String get message => p.join('hello', 'world');
expect(await stdoutLines.next, p.join('goodbye', 'world'));
expect(await process.exitCode, 0);
},
// Issue: https://github.com/dart-lang/webdev/issues/2377
skip: Platform.isWindows,
);

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

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

0 comments on commit a2e173c

Please sign in to comment.