Skip to content

Commit

Permalink
Disable posix test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Jan 29, 2024
1 parent ae245c6 commit 8e06b5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testing/adios2/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
#------------------------------------------------------------------------------#

gtest_add_tests_helper(ChunkV MPI_NONE "" Unit. "")
gtest_add_tests_helper(PosixTransport MPI_NONE "" Unit. "")
if(UNIX)
gtest_add_tests_helper(PosixTransport MPI_NONE "" Unit. "")
endif()

0 comments on commit 8e06b5d

Please sign in to comment.