Skip to content

Commit 2b6d29a

Browse files
committed
TEMPORARY: run 1 test only
1 parent 538d345 commit 2b6d29a

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
@@ -122,7 +122,7 @@ jobs:
122122
pip install poetry
123123
poetry install --with test,docs
124124
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
125+
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
126126
env:
127127
GRPC_DNS_RESOLVER: "native"
128128

0 commit comments

Comments
 (0)