Skip to content

Commit

Permalink
Skip Test: DataManEngineTest.1D.Serial
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Apr 3, 2022
1 parent bfa8715 commit e91bafc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ cmake \
cmake --build build -j${CPU_COUNT}
if [[ "${CONDA_BUILD_CROSS_COMPILATION}" != "1" && "${RUN_TESTS}" == "ON" ]]
then
ctest --test-dir build --output-on-failure -E "SST"
# SST: Flaky tests
# DataMan in 2.8.0: see https://github.com/ornladios/ADIOS2/issues/3151
ctest --test-dir build --output-on-failure -E "SST|DataManEngineTest.1D.Serial"
fi
cmake --build build --target install

0 comments on commit e91bafc

Please sign in to comment.