Skip to content

Commit c157dc8

Browse files
committed
tests: properly disable parameterized tests in CI
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
1 parent a1d230a commit c157dc8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/cpp/test_compiled_modules.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ TEST_P(CppAPITests, CompiledModuleIsClose) {
4545
}
4646
}
4747

48-
#ifndef DISABLE_TEST_IN_CI
48+
#ifdef DISABLE_TEST_IN_CI
49+
50+
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(CppAPITests);
51+
52+
#else
4953

5054
INSTANTIATE_TEST_SUITE_P(
5155
CompiledModuleForwardIsCloseSuite,

0 commit comments

Comments
 (0)