forked from OSchip/llvm-project
[lldb/Test] Temporarily skip TestFoundationDisassembly on the ASan bot.
This test is timing out on the sanitized bot on GreenDragon. Temporarily disable it to increase the signal-to-noise ration.
This commit is contained in:
parent
b3757f3091
commit
8eba3fbb12
|
@ -11,6 +11,7 @@ from lldbsuite.test import lldbutil
|
|||
|
||||
|
||||
@skipUnlessDarwin
|
||||
@skipIfAsan
|
||||
class FoundationDisassembleTestCase(TestBase):
|
||||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
|
Loading…
Reference in New Issue