Skip to content

Commit 90a8103

Browse files
committed
Revert "tmp check ci"
This reverts commit 1cf6973.
1 parent 1cf6973 commit 90a8103

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

test/python/unittest/API/APITest.py

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,25 +2349,22 @@ def testKeepaliveComponentExtraction(self):
23492349
guard root objects from garbage collection."""
23502350
self.testKeepaliveMeshComponent()
23512351
self.testKeepaliveParticlePosition()
2352-
self.testKeepaliveParticlePatches()
2352+
# self.testKeepaliveParticlePatches()
23532353

23542354
def testKeepaliveMeshComponent(self):
23552355
"""Test keepalive for mesh component extraction."""
2356-
# for ext in tested_file_extensions:
2357-
# self.backend_keepalive_mesh_component(ext)
2358-
self.backend_keepalive_mesh_component("bp5")
2356+
for ext in tested_file_extensions:
2357+
self.backend_keepalive_mesh_component(ext)
23592358

23602359
def testKeepaliveParticlePosition(self):
23612360
"""Test keepalive for particle position component extraction."""
2362-
# for ext in tested_file_extensions:
2363-
# self.backend_keepalive_particle_position(ext)
2364-
self.backend_keepalive_particle_position("bp5")
2361+
for ext in tested_file_extensions:
2362+
self.backend_keepalive_particle_position(ext)
23652363

23662364
def testKeepaliveParticlePatches(self):
23672365
"""Test keepalive for particle patches component extraction."""
2368-
# for ext in tested_file_extensions:
2369-
# self.backend_keepalive_particle_patches(ext)
2370-
self.backend_keepalive_particle_patches("bp5")
2366+
for ext in tested_file_extensions:
2367+
self.backend_keepalive_particle_patches(ext)
23712368

23722369
def backend_keepalive_mesh_component(self, file_ending):
23732370
"""Helper function that tests keepalive

0 commit comments

Comments
 (0)