g2: disable one problematic unit test for intel@:2022 (#49851)
This commit is contained in:
parent
43fa93c8e1
commit
82d808d58d
@ -98,4 +98,7 @@ def setup_run_environment(self, env):
|
|||||||
|
|
||||||
def check(self):
|
def check(self):
|
||||||
with working_dir(self.build_directory):
|
with working_dir(self.build_directory):
|
||||||
make("test")
|
if self.spec.satisfies("%intel@:2022"):
|
||||||
|
ctest("--exclude-regex", "test_gribcreate_.")
|
||||||
|
else:
|
||||||
|
ctest()
|
||||||
|
Loading…
Reference in New Issue
Block a user