summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-25 21:35:39 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-26 17:57:19 +0900
commit0a1b3b3a6790847d72fa146d6ccff620244ad342 (patch)
treee0932808637bb3d389f2d1236fcad2fdf75dd330
parent7f7c3a0a75c48b45ce186c9e2b229ab3edf1473d (diff)
Try test_interrupt_in_other_thread
Seems working now probably because of system library updates.
-rw-r--r--.github/workflows/ubuntu.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index de65ec47c5..0cb4b0e3b0 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -28,7 +28,6 @@ jobs:
- test_task: "check"
os: ubuntu-20.04
configure: "--host=i686-$OSTYPE"
- skipped_tests: TestReadline#test_interrupt_in_other_thread
- test_task: "test-all TESTS=--repeat-count=2"
os: ubuntu-20.04
configure: ""