Skip to content

Commit 1cf6973

Browse files
committed
tmp check ci
1 parent 93ed467 commit 1cf6973

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

test/python/unittest/API/APITest.py

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,22 +2349,25 @@ 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)
2356+
# for ext in tested_file_extensions:
2357+
# self.backend_keepalive_mesh_component(ext)
2358+
self.backend_keepalive_mesh_component("bp5")
23582359

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

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

23692372
def backend_keepalive_mesh_component(self, file_ending):
23702373
"""Helper function that tests keepalive

0 commit comments

Comments
 (0)