diff --git a/tests/tools/test_bash.py b/tests/tools/test_bash.py index 394f3fda..6a522ee8 100644 --- a/tests/tools/test_bash.py +++ b/tests/tools/test_bash.py @@ -419,6 +419,7 @@ def runTest(self): # Issue #224 class bash_can_find_non_executed_scripts(libkcov.TestCase): + @unittest.skipUnless(platform.machine() in ["x86_64", "i686", "i386"], "Only for x86") def runTest(self): rv, o = self.do( self.kcov @@ -436,6 +437,7 @@ def runTest(self): class bash_can_find_non_executed_scripts_manually(libkcov.TestCase): + @unittest.skipUnless(platform.machine() in ["x86_64", "i686", "i386"], "Only for x86") def runTest(self): rv, o = self.do( self.kcov @@ -492,6 +494,7 @@ def runTest(self): class bash_drain_stdout_without_return(libkcov.TestCase): + @unittest.skipUnless(platform.machine() in ["x86_64", "i686", "i386"], "Only for x86") @unittest.skipIf(sys.platform.startswith("darwin"), "Not for OSX") def runTest(self): rv, o = self.do(