summaryrefslogtreecommitdiff
path: root/tests/integration/watcher_tests.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-10 12:28:59 +0100
committerGitHub <noreply@github.com>2024-09-10 11:28:59 +0000
commit9a169e3cf11cccec0dd1a6acbfdba927d99658f5 (patch)
tree165fa6f8727891df7c4c826177d7ea24fd121e55 /tests/integration/watcher_tests.rs
parent3f6afd19472c7a13f21b1083d80a563d9359a7ab (diff)
test: remove usage of `--unstable` flag (#25549)
This commit removes all occurrences of `--unstable` flag from all the tests that are run in CI. Turns out none of the tests actually required that flag anymore.
Diffstat (limited to 'tests/integration/watcher_tests.rs')
-rw-r--r--tests/integration/watcher_tests.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/integration/watcher_tests.rs b/tests/integration/watcher_tests.rs
index 91ac5611f..2590e79d6 100644
--- a/tests/integration/watcher_tests.rs
+++ b/tests/integration/watcher_tests.rs
@@ -499,7 +499,6 @@ async fn run_watch_no_dynamic() {
.current_dir(t.path())
.arg("run")
.arg("--watch")
- .arg("--unstable")
.arg("-L")
.arg("debug")
.arg(&file_to_watch)
@@ -626,7 +625,6 @@ async fn run_watch_external_watch_files() {
.arg(watch_arg)
.arg("-L")
.arg("debug")
- .arg("--unstable")
.arg(&file_to_watch)
.env("NO_COLOR", "1")
.piped_output()
@@ -671,7 +669,6 @@ async fn run_watch_load_unload_events() {
.current_dir(t.path())
.arg("run")
.arg("--watch")
- .arg("--unstable")
.arg("-L")
.arg("debug")
.arg(&file_to_watch)
@@ -723,7 +720,6 @@ async fn run_watch_not_exit() {
.current_dir(t.path())
.arg("run")
.arg("--watch")
- .arg("--unstable")
.arg("-L")
.arg("debug")
.arg(&file_to_watch)
@@ -873,7 +869,6 @@ async fn test_watch_basic() {
.current_dir(t.path())
.arg("test")
.arg("--watch")
- .arg("--unstable")
.arg("--no-check")
.arg(t.path())
.env("NO_COLOR", "1")
@@ -1029,7 +1024,6 @@ async fn test_watch_doc() {
.arg("test")
.arg("--watch")
.arg("--doc")
- .arg("--unstable")
.arg(t.path())
.env("NO_COLOR", "1")
.piped_output()
@@ -1407,7 +1401,6 @@ async fn run_watch_dynamic_imports() {
.current_dir(t.path())
.arg("run")
.arg("--watch")
- .arg("--unstable")
.arg("--allow-read")
.arg("-L")
.arg("debug")