Skip to content

Commit

Permalink
Disable InterOp DetectResourceDir unittest
Browse files Browse the repository at this point in the history
This test is targeted for when CppInterOp is shipped externally
  • Loading branch information
aaronj0 committed Jan 18, 2025
1 parent fe80e62 commit 91950ff
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91950ff

Please sign in to comment.