Skip to content

Commit

Permalink
Disable posix shared test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Dec 10, 2021
1 parent 69a0390 commit e2b039b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adapter/test/posix/posix_adapter_mpi_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,5 @@ void test_seek(long offset, int whence) {

#include "posix_adapter_basic_test.cpp"
#include "posix_adapter_rs_test.cpp"
#include "posix_adapter_shared_test.cpp"
// TODO(chogan): Disabling until issue #302 is fixed
// #include "posix_adapter_shared_test.cpp"

0 comments on commit e2b039b

Please sign in to comment.