diff options
-rw-r--r-- | Lib/test/test_statistics.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_statistics.py b/Lib/test/test_statistics.py index 8b0c01f..dff0cd4 100644 --- a/Lib/test/test_statistics.py +++ b/Lib/test/test_statistics.py @@ -1053,6 +1053,7 @@ class Test_Product(NumericTestCase): self.assertRaises(TypeError, statistics._product, [Decimal(1), 1.0]) +@unittest.skipIf(True, "FIXME: tests known to fail, see issue #27181") class Test_Nth_Root(NumericTestCase): """Test the functionality of the private _nth_root function.""" |