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 028d0d5 commit 070f1beCopy full SHA for 070f1be
.github/workflows/e2e_tests.yaml
@@ -117,7 +117,7 @@ jobs:
117
pip install poetry
118
poetry install --with test,docs
119
echo "Running e2e tests..."
120
- 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 > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
121
env:
122
GRPC_DNS_RESOLVER: "native"
123
0 commit comments