From e7b37fdb9a8b553acafd4ad0e6e499db075fdc24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Thu, 26 Mar 2026 14:44:46 +0100 Subject: [PATCH] Remove duplicate test These are prefixed by test*, so they already run separately. --- test/python/unittest/API/APITest.py | 7 ------- 1 file changed, 7 deletions(-) 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: