Skip to content

Commit

Permalink
Skip chplvis3 in multilocale GPU testing (chapel-lang#26324)
Browse files Browse the repository at this point in the history
This test currently uses too many locales in multilocale GPU testing, exceeding allotted resources and causing nightly testing failures. Skip for now.

[reviewed-by @e-kayrakli]
  • Loading branch information
benharsh authored Nov 26, 2024
2 parents d0ac06e + 7c350da commit 8855fe7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/release/examples/primers/chplvis/chplvis3.skipif
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env python3

import os
import shutil

# This test currently uses too many locales in multilocale GPU testing
comm = os.getenv('CHPL_COMM') != 'none'
gpu = os.getenv('CHPL_TEST_GPU') == 'true'

print(comm and gpu)

0 comments on commit 8855fe7

Please sign in to comment.