mirror of https://github.com/python/cpython
Issue #27181: Skip tests known to fail until a fix is found
This commit is contained in:
parent
fd27f62a74
commit
e3f1e8a9d3
|
@ -1053,6 +1053,7 @@ class Test_Product(NumericTestCase):
|
||||||
self.assertRaises(TypeError, statistics._product, [Decimal(1), 1.0])
|
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):
|
class Test_Nth_Root(NumericTestCase):
|
||||||
"""Test the functionality of the private _nth_root function."""
|
"""Test the functionality of the private _nth_root function."""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue