- AIX has extreme over-allocation that is in no relation to the physical
RAM and swap.
(cherry picked from commit
39dab24621122338d01c1219bb0acc46ba9c9956)
Authored-by: Stefan Krah <skrah@bytereef.org>
self.assertEqual(Decimal.from_float(cls(101.1)),
Decimal.from_float(101.1))
+ # Issue 41540:
+ @unittest.skipIf(sys.platform.startswith("aix"),
+ "AIX: default ulimit: test is flaky because of extreme over-allocation")
def test_maxcontext_exact_arith(self):
# Make sure that exact operations do not raise MemoryError due