diff options
Diffstat (limited to 'cli/tests/integration/watcher_tests.rs')
-rw-r--r-- | cli/tests/integration/watcher_tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/integration/watcher_tests.rs b/cli/tests/integration/watcher_tests.rs index 289e645ee..1a5fb6203 100644 --- a/cli/tests/integration/watcher_tests.rs +++ b/cli/tests/integration/watcher_tests.rs @@ -1494,7 +1494,6 @@ async fn test_watch_serve() { .current_dir(util::testdata_path()) .arg("run") .arg("--watch") - .arg("--unstable") .arg("--allow-net") .arg("-L") .arg("debug") |