Skip to content

Commit

Permalink
Disable long running GroupCommitTest (#1125)
Browse files Browse the repository at this point in the history
Add db_test2
  • Loading branch information
yuslepukhin authored and siying committed May 19, 2016
1 parent 3c69f77 commit 0e665c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build:
verbosity: minimal
test:
test_script:
- ps: build_tools\run_ci_db_test.ps1 -EnableRerun -Run db_test -Concurrency 10
- ps: build_tools\run_ci_db_test.ps1 -EnableRerun -Run db_test2 -Concurrency 8
- ps: build_tools\run_ci_db_test.ps1 -EnableRerun -Run db_test -Exclude DBTest.GroupCommitTest -Concurrency 10
- ps: build_tools\run_ci_db_test.ps1 -Run env_test -Concurrency 1

0 comments on commit 0e665c3

Please sign in to comment.