Skip to content

Commit f6ca690

Browse files
committed
Revert "Stop running test on Linux for now"
This reverts commit 76f0f4c.
1 parent 76f0f4c commit f6ca690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/unwind/frameless-faulted/TestUnwindFramelessFaulted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class TestUnwindFramelessFaulted(TestBase):
1111
NO_DEBUG_INFO_TESTCASE = True
1212

13-
@skipIf(oslist=no_match([lldbplatformutil.getDarwinOSTriples()]))
13+
@skipIf(oslist=no_match([lldbplatformutil.getDarwinOSTriples(), "linux"]))
1414
@skipIf(archs=no_match(["aarch64", "arm64", "arm64e"]))
1515
def test_frameless_faulted_unwind(self):
1616
self.build()

0 commit comments

Comments
 (0)