Skip to content

Commit d23bc4c

Browse files
committed
reduced the number of e2e tests
1 parent 5699078 commit d23bc4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/coverage-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
run: |
6969
echo "Running quick subset of e2e tests for validation..."
7070
poetry run python -m pytest \
71-
tests/e2e/test_driver.py::TestPySQLCoreSuite::test_queries \
7271
tests/e2e/test_driver.py::TestPySQLCoreSuite::test_escape_single_quotes \
7372
--cov=src --cov-report=xml --cov-report=term -v
7473
#----------------------------------------------

0 commit comments

Comments
 (0)