@@ -61,13 +61,13 @@ def contains_any(resource, substrings):
6161
6262def skip_rule (test , resource ):
6363 return any ((
64- test .startswith ('t4' ) and contains_any (resource , ['occa' ]),
65- test .startswith ('t5' ) and contains_any (resource , ['occa' ]),
66- test .startswith ('ex' ) and contains_any (resource , ['occa' ]),
64+ # test.startswith('t4') and contains_any(resource, ['occa']),
65+ # test.startswith('t5') and contains_any(resource, ['occa']),
66+ # test.startswith('ex') and contains_any(resource, ['occa']),
6767 test .startswith ('mfem' ) and contains_any (resource , ['occa' ]),
6868 test .startswith ('nek' ) and contains_any (resource , ['occa' ]),
69- test .startswith ('petsc-' ) and contains_any (resource , ['occa' ]),
70- test .startswith ('fluids-' ) and contains_any (resource , ['occa' ]),
69+ # test.startswith('petsc-') and contains_any(resource, ['occa']),
70+ # test.startswith('fluids-') and contains_any(resource, ['occa']),
7171 test .startswith ('solids-' ) and contains_any (resource , ['occa' ]),
7272 test .startswith ('t318' ) and contains_any (resource , ['/gpu/cuda/ref' ]),
7373 test .startswith ('t506' ) and contains_any (resource , ['/gpu/cuda/shared' ]),
0 commit comments