Skip to content

Commit

Permalink
Remove test now passing, focus on bom test.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Apr 17, 2024
1 parent de9112b commit 1acab85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
echo "Run ctest combined PATH: $PATH"
echo "Run ctest combined GITHUB_PATH: $PATH"
cd build
PATH=~/tmp/bin:$PATH ctest . -j 4 -R 'bom|nccopyz' --output-on-failure
PATH=~/tmp/bin:$PATH ctest . -j 4 -R 'bom' --output-on-failure
- name: Verbose Output if CTest Failure
shell: bash -el {0}
Expand Down
1 change: 0 additions & 1 deletion nczarr_test/run_nccopyz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. "$srcdir/test_nczarr.sh"

set -e
set -x

s3isolate "testdir_nccopyz"
THISDIR=`pwd`
Expand Down

0 comments on commit 1acab85

Please sign in to comment.