Skip to content
Snippets Groups Projects
Commit 83486c6d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

test dat suicide

parent ec8cd8de
No related branches found
Tags v2.9.7
No related merge requests found
...@@ -6,7 +6,6 @@ from satella.os.misc import suicide ...@@ -6,7 +6,6 @@ from satella.os.misc import suicide
class TestSuicide(unittest.TestCase): class TestSuicide(unittest.TestCase):
@unittest.skipIf('linux' in sys.platform, 'Running on Linux')
@unittest.skipIf('win' in sys.platform, 'Running on Windows') @unittest.skipIf('win' in sys.platform, 'Running on Windows')
def test_suicide(self): def test_suicide(self):
pcid = os.fork() pcid = os.fork()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment