about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-06-28 11:24:16 +0300
committeronur-ozkan <work@onurozkan.dev>2024-06-28 11:33:42 +0300
commitff9b8c136280a71281854e83e9f2e5e921d499ab (patch)
tree6742020e58663af275a8516c890ac0b70a6981f0 /tests
parentee76d70db0feb093d02b26e2ef1f5e5acb30e37d (diff)
downloadrust-ff9b8c136280a71281854e83e9f2e5e921d499ab.tar.gz
rust-ff9b8c136280a71281854e83e9f2e5e921d499ab.zip
ignore beta/stable channels on `rust-lld-by-default` test
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'tests')
-rw-r--r--tests/run-make/rust-lld-by-default/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/rust-lld-by-default/rmake.rs b/tests/run-make/rust-lld-by-default/rmake.rs
index 5b065f86f53..94857a57dfb 100644
--- a/tests/run-make/rust-lld-by-default/rmake.rs
+++ b/tests/run-make/rust-lld-by-default/rmake.rs
@@ -2,6 +2,8 @@
 // also be turned off with a CLI flag.
 
 //@ needs-rust-lld
+//@ ignore-beta
+//@ ignore-stable
 //@ only-x86_64-unknown-linux-gnu
 
 use run_make_support::regex::Regex;