Skip to content

Commit

Permalink
disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 8, 2019
1 parent 97ceea4 commit 964b840
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,13 @@ itest!(_021_mjs_modules {
output: "021_mjs_modules.ts.out",
});

/* TODO(ry) Re-enable this test. It is flaky and only fails occasionally.
itest!(_022_info_flag_script {
args: "info http:https://127.0.0.1:4545/cli/tests/019_media_types.ts",
output: "022_info_flag_script.out",
http_server: true,
});
*/

itest!(_023_no_ext_with_headers {
args: "run --reload 023_no_ext_with_headers",
Expand Down

0 comments on commit 964b840

Please sign in to comment.