From 91950fff3954d2d75bdd78b69dd85247914d2b39 Mon Sep 17 00:00:00 2001 From: Aaron Jomy Date: Sat, 18 Jan 2025 12:35:21 +0100 Subject: [PATCH] Disable InterOp `DetectResourceDir` unittest This test is targeted for when CppInterOp is shipped externally --- .../CppInterOp/unittests/CppInterOp/InterpreterTest.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/interpreter/CppInterOp/unittests/CppInterOp/InterpreterTest.cpp b/interpreter/CppInterOp/unittests/CppInterOp/InterpreterTest.cpp index 22c5f0e993dac..5657a95baa771 100644 --- a/interpreter/CppInterOp/unittests/CppInterOp/InterpreterTest.cpp +++ b/interpreter/CppInterOp/unittests/CppInterOp/InterpreterTest.cpp @@ -123,11 +123,8 @@ TEST(InterpreterTest, CreateInterpreter) { #endif } -#ifdef LLVM_BINARY_DIR -TEST(InterpreterTest, DetectResourceDir) { -#else + TEST(InterpreterTest, DISABLED_DetectResourceDir) { -#endif // LLVM_BINARY_DIR #ifdef _WIN32 GTEST_SKIP() << "Disabled on Windows. Needs fixing."; #endif