Skip to content

Commit 2b1fc84

Browse files
author
Dominik Neise
committed
let's remove the s2gs tests for a moment in order to see if the
replay tests work
1 parent a403034 commit 2b1fc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ my-steps: &steps
1010
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
1111
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
1212
#- run: pytest # test_s2gs test_replays
13-
- run: python -m unittest discover test_s2gs
13+
# - run: python -m unittest discover test_s2gs
1414
- run: python -m unittest discover test_replays
1515

1616
jobs:

0 commit comments

Comments
 (0)