diff --git a/test/python/unittest/API/APITest.py b/test/python/unittest/API/APITest.py index 534de9f8a8..97850c5aaf 100644 --- a/test/python/unittest/API/APITest.py +++ b/test/python/unittest/API/APITest.py @@ -2343,13 +2343,6 @@ def testScalarHdf5Fields(self): self.assertEqual(loaded_from_scalar, np.array([45])) series_read_again.close() - def testKeepaliveComponentExtraction(self): - """Test that keepalive specifications - guard root objects from garbage collection.""" - self.testKeepaliveMeshComponent() - self.testKeepaliveParticlePosition() - self.testKeepaliveParticlePatches() - def testKeepaliveMeshComponent(self): """Test keepalive for mesh component extraction.""" for ext in tested_file_extensions: