Skip to content

Commit 0d718ab

Browse files
authored
Exclude two Jax test cases from Test suite (#622)
Co-authored-by: [email protected] <Nishant Patel>
1 parent 1250ad6 commit 0d718ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/Jax/janet/lit.local.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
local_excludes = ['jit__get_age_weights_from_tables.8_linalg.mlir']
1+
local_excludes = ['jit__get_age_weights_from_tables.8_linalg.mlir',
2+
'jit__net_loss.91_linalg.mlir']
23
config.excludes.update(local_excludes)
34

45
if config.gpu_skip == 'true':

test/Jax/jax_qmc/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local_excludes = []
1+
local_excludes = ['jit__mean.51_linalg.mlir']
22
config.excludes.update(local_excludes)
33

44
if config.gpu_skip == 'true':

0 commit comments

Comments
 (0)