We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28377bc commit 8294bbcCopy full SHA for 8294bbc
tests/test_khiops_integrations.py
@@ -284,6 +284,9 @@ def test_environment_error_on_bogus_khiops_env_script(self):
284
output_msg = str(context.exception)
285
self.assertEqual(output_msg, expected_msg)
286
287
+ @unittest.skipIf(
288
+ platform.system() != "Linux", "Skipping test for non-Linux platform"
289
+ )
290
def test_runner_environment_for_openmpi5(self):
291
"""Test if KHIOPS_MPI_HOME is actually exported
292
and HOME is corrected for OpenMPI 5+"""
0 commit comments