Commit f55b033c authored by Davide Italiano's avatar Davide Italiano
Browse files

[TestStdModuleSysroot] Only run locally.

parent efba7ed0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ class ImportStdModule(TestBase):
    # test configurations where libc++ is actually supposed to be tested.
    @add_test_categories(["libc++"])
    @skipIf(compiler=no_match("clang"))
    @skipIfRemote # This test messes with the platform, can't be run remotely.
    def test(self):
        self.build()