mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
13 lines
317 B
Diff
13 lines
317 B
Diff
diff --git a/test.py b/test.py
|
|
index 68ef40c..e5d48da 100644
|
|
--- a/test.py
|
|
+++ b/test.py
|
|
@@ -500,2 +500,3 @@ while True:
|
|
|
|
+ @unittest.skip("Test is unreliable")
|
|
def test_environment(self):
|
|
@@ -587,2 +588,3 @@ exit(2)
|
|
|
|
+ @unittest.skip("Test seems to be unreliable")
|
|
def test_piped_exception1(self):
|