Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 7dc524b

Browse files
committed
comment out integration tests
1 parent 9afdf21 commit 7dc524b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@ test_env.run_unit:
220220
fi
221221

222222
test_env.run_integration:
223-
@if [ -n "$(GROUP)" ]; then \
224-
docker-compose exec api make test.integration SPLIT=${SPLIT} GROUP=${GROUP}; \
225-
else \
226-
docker-compose exec api make test.integration; \
227-
fi
223+
# @if [ -n "$(GROUP)" ]; then \
224+
# docker-compose exec api make test.integration SPLIT=${SPLIT} GROUP=${GROUP}; \
225+
# else \
226+
# docker-compose exec api make test.integration; \
227+
# fi
228228
echo "Skipping. No Tests"
229229

230230
test_env.check-for-migration-conflicts:

0 commit comments

Comments
 (0)