Skip to content

Commit 070f1be

Browse files
committed
test running only failing test
1 parent 028d0d5 commit 070f1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
pip install poetry
118118
poetry install --with test,docs
119119
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
120+
poetry run pytest -v -s ./tests/e2e/local_interactive_sdk_kind_test.py > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
121121
env:
122122
GRPC_DNS_RESOLVER: "native"
123123

0 commit comments

Comments
 (0)