[前][次][番号順一覧][スレッド一覧]

ruby-changes:67541

From: Nobuyoshi <ko1@a...>
Date: Thu, 2 Sep 2021 01:47:27 +0900 (JST)
Subject: [ruby-changes:67541] 3c85698da2 (master): Stop stale tests [Bug #9718]

https://git.ruby-lang.org/ruby.git/commit/?id=3c85698da2

From 3c85698da2fd65d51db423e550efa5a9e6e13c0a Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Thu, 2 Sep 2021 01:36:56 +0900
Subject: Stop stale tests [Bug #9718]

---
 test/excludes/TestArray.rb | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 test/excludes/TestArray.rb

diff --git a/test/excludes/TestArray.rb b/test/excludes/TestArray.rb
new file mode 100644
index 0000000..73da272
--- /dev/null
+++ b/test/excludes/TestArray.rb
@@ -0,0 +1 @@
+exclude(:test_shared_marking, "The target code has already been changed")
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]