Skip to content

Commit 4d3ebd8

Browse files
committed
Ignore 2.4.x tests on travis for now
1 parent 151da13 commit 4d3ebd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test-integration-2.4:
5555

5656
test-ci:
5757
@rethinkdb&
58-
pytest -v --cov rethinkdb --cov-report xml
58+
pytest -v --cov rethinkdb --cov-report xml --ignore=tests/integration/test_write_hooks.py
5959
@killall rethinkdb
6060

6161
test-remote:

0 commit comments

Comments
 (0)