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 4c0d072 commit 4fa61c4Copy full SHA for 4fa61c4
.github/workflows/e2e_tests.yaml
@@ -234,7 +234,7 @@ jobs:
234
pip install poetry
235
poetry install --with test,docs
236
echo "Running e2e tests..."
237
- poetry run pytest -v -s --log-cli-level=INFO ./tests/e2e/local_interactive_sdk_kind_test.py > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
+ poetry run pytest -v -s ./tests/e2e -m 'kind and nvidia_gpu' > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
238
env:
239
GRPC_DNS_RESOLVER: "native"
240
0 commit comments