Skip to content

Commit

Permalink
Skip chplvis3 in multilocale GPU testing
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Harshbarger <[email protected]>
  • Loading branch information
benharsh committed Nov 26, 2024
1 parent d0ac06e commit 7c350da
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 7c350da

Please sign in to comment.