From 5800445cc8fff9d11c4d33d0cf9c6a4b3d9143e8 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:32:34 -0400 Subject: [PATCH] Reorganize tests to work with GitHub action memory constraints --- test/python/testapi/testpipelines.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/python/testapi/testpipelines.py b/test/python/testapi/testpipelines.py index a60c19839..e32f99a45 100644 --- a/test/python/testapi/testpipelines.py +++ b/test/python/testapi/testpipelines.py @@ -58,6 +58,7 @@ # pylint: disable=R0904 +@unittest.skipIf(os.name == "nt", "TestPipelines skipped on Windows") class TestPipelines(unittest.TestCase): """ API tests for pipelines.