We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538d345 commit 2b6d29aCopy full SHA for 2b6d29a
.github/workflows/e2e_tests.yaml
@@ -122,7 +122,7 @@ jobs:
122
pip install poetry
123
poetry install --with test,docs
124
echo "Running e2e tests..."
125
- poetry run pytest -v -s ./tests/e2e -m 'kind and nvidia_gpu' > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
+ poetry run pytest -v -s ./tests/e2e/local_interactive_sdk_kind_test.py -m 'kind' --timeout=600 > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
126
env:
127
GRPC_DNS_RESOLVER: "native"
128
0 commit comments