Skip to content

Commit 0769934

Browse files
author
Jason Marechal
committed
disable tests
1 parent 2217a14 commit 0769934

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/build_oracle8.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,6 @@ jobs:
149149
# feature: "features/outer_loop_tests.feature"
150150
mpi_path: ${GITHUB_WORKSPACE}/_build/vcpkg_installed/x64-linux-release/tools/openmpi/bin
151151

152-
- name: Running unit tests
153-
timeout-minutes: 120
154-
shell: bash
155-
run: |
156-
export PATH=${GITHUB_WORKSPACE}/_build/vcpkg_installed/x64-linux-release/tools/openmpi/bin/:$PATH
157-
cd _build
158-
ctest -C Release --output-on-failure -L "unit|benders|lpnamer|medium"
159-
160152
- name: Cache vcpkg binary dir
161153
if: always()
162154
id: save-cache-vcpkg-binary

docker/centos7-build

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ RUN \
132132
export PATH="/workspace/antares-xpansion/_build/vcpkg_installed/x64-linux-release/tools/openmpi/bin:$PATH" && \
133133
pushd tests/end_to_end && \
134134
behave --tags "not @flaky and not @noci" cucumber/features --no-capture --no-capture-stderr --format pretty && \
135-
popd && \
136-
cd _build && \
137-
ctest -C Release --output-on-failure -L "unit|benders|lpnamer|medium"
135+
popd
138136

139137
# Install
140138
RUN cd _build && \

0 commit comments

Comments
 (0)