summaryrefslogtreecommitdiff
path: root/test/xray/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/xray/lit.cfg')
-rw-r--r--test/xray/lit.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/xray/lit.cfg b/test/xray/lit.cfg
index 2852bdb74..d5e40975d 100644
--- a/test/xray/lit.cfg
+++ b/test/xray/lit.cfg
@@ -48,8 +48,3 @@ elif '64' not in config.host_arch:
config.unsupported = True
else:
config.unsupported = True
-
-# Allow tests to use REQUIRES=stable-runtime. For use when you cannot use XFAIL
-# e.g. because the test sometimes passes, sometimes fails.
-if config.target_arch != 'aarch64':
- config.available_features.add('stable-runtime')