From 0a1b3b3a6790847d72fa146d6ccff620244ad342 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 25 Nov 2021 21:35:39 +0900 Subject: [PATCH] Try test_interrupt_in_other_thread Seems working now probably because of system library updates. --- .github/workflows/ubuntu.yml | 1 - 1 file changed, 1 deletion(-) 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: ""