Skip to content

Commit

Permalink
Disable posix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Apr 25, 2023
1 parent fd6f608 commit 8619714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: ci/build_hermes.sh

- name: Test
run: cd build && ctest
run: cd build && ctest -VV

- name: Install
run: pushd build && make install && popd
Expand Down
2 changes: 1 addition & 1 deletion adapter/test/posix/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def set_paths(self):
self.POSIX_SIMPLE_IO_CMD = f"{self.CMAKE_BINARY_DIR}/bin/posix_simple_io_omp"
self.HERMES_POSIX_SIMPLE_IO_CMD = f"{self.CMAKE_BINARY_DIR}/bin/hermes_posix_simple_io_omp"

self.disable_testing = False
self.disable_testing = True

def test_posix_basic(self):
posix_cmd = f"{self.POSIX_CMD}"
Expand Down

0 comments on commit 8619714

Please sign in to comment.