[LLDB] skip TestCreateDuringInstructionStep on arm/linux

There are sporadic failures in this test on arm. I am marking it
skipped as labath suggested flaky decorators no longer work.
This commit is contained in:
Muhammad Omair Javaid 2020-06-03 14:46:20 +05:00
parent 211596c94e
commit 884aaf7f64
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class CreateDuringInstructionStepTestCase(TestBase):
@skipUnlessPlatform(['linux'])
@expectedFailureAndroid('llvm.org/pr24737', archs=['arm'])
@expectedFlakeyLinux(bugnumber="llvm.org/pr24737")
@skipIf(oslist=["linux"], archs=["arm"], bugnumber="llvm.org/pr24737")
def test_step_inst(self):
self.build(dictionary=self.getBuildFlags())
exe = self.getBuildArtifact("a.out")