Skip to content

Commit 043ba5d

Browse files
committed
turned off e2e tests to make cis complete faster. this is ok because we are going to deprecate the part of the codebase these are testing anyways
1 parent 1d81c23 commit 043ba5d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/tests.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959
export
6060
./scripts/run_integration_tests.sh
6161
62-
- name: Run end-to-end tests
63-
# End-to-end tests are like integration tests in that they require external systems to be running.
64-
# Unlike integration tests though, they don't perform detailed checks for any individual module.
65-
#
66-
# Note that we need to run with a non-root user in order to start Postgres. This is configured in the .yaml
67-
# file for our self-hosted GHA runners.
68-
run: |
69-
. "$HOME/.cargo/env"
70-
python -m scripts.run_protox_e2e_test ssd
62+
# - name: Run end-to-end tests
63+
# # End-to-end tests are like integration tests in that they require external systems to be running.
64+
# # Unlike integration tests though, they don't perform detailed checks for any individual module.
65+
# #
66+
# # Note that we need to run with a non-root user in order to start Postgres. This is configured in the .yaml
67+
# # file for our self-hosted GHA runners.
68+
# run: |
69+
# . "$HOME/.cargo/env"
70+
# python -m scripts.run_protox_e2e_test ssd

0 commit comments

Comments
 (0)