forked from OSchip/llvm-project
Mark TestLldbGdbServer.test_written_M_content_reads_back_correctly as flaky on linux
I believe the root cause is the asynchronous arrival of inferior stdio (pr25652). llvm-svn: 260950
This commit is contained in:
parent
986a49b036
commit
35f26f613a
|
@ -1318,6 +1318,7 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase):
|
|||
self.written_M_content_reads_back_correctly()
|
||||
|
||||
@llgs_test
|
||||
@expectedFlakeyLinux("llvm.org/pr25652")
|
||||
def test_written_M_content_reads_back_correctly_llgs(self):
|
||||
self.init_llgs_test()
|
||||
self.build()
|
||||
|
|
Loading…
Reference in New Issue