File tree 1 file changed +9
-9
lines changed 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ jobs:
59
59
export
60
60
./scripts/run_integration_tests.sh
61
61
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
You can’t perform that action at this time.
0 commit comments