We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145f400 commit 971da34Copy full SHA for 971da34
.github/workflows/pytest.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
workflow_dispatch:
6
env:
7
- PYTEST_SKIP_OPTION: "not test_no_trailing_rotate_event and not test_end_log_pos and not test_query_event_latin1"
+ PYTEST_SKIP_OPTION: "not test_no_trailing_rotate_event and not test_end_log_pos"
8
jobs:
9
test:
10
strategy:
0 commit comments