Disable racy EpollTest.UnblockWithSignal

This commit is contained in:
Ruihan Li
2024-07-08 03:32:10 +08:00
committed by Tate, Hongliang Tian
parent 9cbbcf63a7
commit 378a253dab
2 changed files with 6 additions and 3 deletions

View File

@ -6,4 +6,7 @@ EpollTest.EdgeTriggered_NoRandomSave
EpollTest.OneshotAndEdgeTriggered
EpollTest.CycleOfOneDisallowed
EpollTest.CycleOfThreeDisallowed
EpollTest.CloseFile
EpollTest.CloseFile
# `UnblockWithSignal` contains races. Better not to enable it.
# See https://github.com/asterinas/asterinas/pull/1035 for details.
EpollTest.UnblockWithSignal