diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-09-02 01:36:56 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-09-02 01:39:01 +0900 |
commit | 3c85698da2fd65d51db423e550efa5a9e6e13c0a (patch) | |
tree | 7d982c00d94670ed7bc6963c35caa59060c1fb06 /test | |
parent | 07290523295523f0fe7df1446c7787aab0bff878 (diff) | |
download | ruby-3c85698da2fd65d51db423e550efa5a9e6e13c0a.tar.gz |
Stop stale tests [Bug #9718]
Diffstat (limited to 'test')
-rw-r--r-- | test/excludes/TestArray.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/excludes/TestArray.rb b/test/excludes/TestArray.rb new file mode 100644 index 0000000000..73da272007 --- /dev/null +++ b/test/excludes/TestArray.rb @@ -0,0 +1 @@ +exclude(:test_shared_marking, "The target code has already been changed") |