g2: disable one problematic unit test for intel@:2022 (#49851)

This commit is contained in:
Alex Richert 2025-04-03 10:44:17 -07:00 committed by GitHub
parent 43fa93c8e1
commit 82d808d58d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,4 +98,7 @@ def setup_run_environment(self, env):
def check(self):
with working_dir(self.build_directory):
make("test")
if self.spec.satisfies("%intel@:2022"):
ctest("--exclude-regex", "test_gribcreate_.")
else:
ctest()