Skip to content

Commit 5f0c09f

Browse files
committed
Revert "Restore Windows PowderReduceP2DTest (#39045)"
This reverts commit 1336597.
1 parent e71507c commit 5f0c09f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Testing/SystemTests/tests/framework/PowderReduceP2DTest.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@
1313
class PowderReduceP2DTest(systemtesting.MantidSystemTest):
1414
def __init__(self):
1515
systemtesting.MantidSystemTest.__init__(self)
16-
self.tolerance = 1.0e-6
16+
self.tolerance = 1e-6
1717
self.setUp()
1818

19+
def skipTests(self):
20+
# Now working on macOS but producing different outputs on windows.
21+
# Skipped while investigation continues.
22+
return sys.platform.startswith("win")
23+
1924
def setUp(self):
2025
self.sample = self._sampleEventData()
2126
self.vana = self._vanadiumEventData()

0 commit comments

Comments
 (0)