Skip to content

Commit 0cead87

Browse files
committed
refactor: leave off integration tests for first step.
1 parent 420aff8 commit 0cead87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN ${DATAFED_DEPENDENCIES_ROOT}/scripts/generate_dependencies_config.sh && \
5959
-DBUILD_PYTHON_CLIENT=False \
6060
-DBUILD_FOXX=False \
6161
-DENABLE_UNIT_TESTS=True \
62-
-DENABLE_INTEGRATION_TESTS=True
62+
-DENABLE_INTEGRATION_TESTS=False
6363
RUN ${DATAFED_DEPENDENCIES_INSTALL_PATH}/bin/cmake --build build -j 8
6464
RUN ${DATAFED_DEPENDENCIES_INSTALL_PATH}/bin/cmake --build build --target install
6565

0 commit comments

Comments
 (0)