Skip to content

Commit e7b37fd

Browse files
committed
Remove duplicate test
These are prefixed by test*, so they already run separately.
1 parent a307fd2 commit e7b37fd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

test/python/unittest/API/APITest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2343,13 +2343,6 @@ def testScalarHdf5Fields(self):
23432343
self.assertEqual(loaded_from_scalar, np.array([45]))
23442344
series_read_again.close()
23452345

2346-
def testKeepaliveComponentExtraction(self):
2347-
"""Test that keepalive specifications
2348-
guard root objects from garbage collection."""
2349-
self.testKeepaliveMeshComponent()
2350-
self.testKeepaliveParticlePosition()
2351-
self.testKeepaliveParticlePatches()
2352-
23532346
def testKeepaliveMeshComponent(self):
23542347
"""Test keepalive for mesh component extraction."""
23552348
for ext in tested_file_extensions:

0 commit comments

Comments
 (0)