Skip to content

Commit

Permalink
Have AppVeyor ignore the bgw_db_scheduler test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JLockerman committed Dec 10, 2018
1 parent 9b52909 commit 423d1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ test_script:
#right now we only run timescale regression tests, others will be set up later
docker exec -e TEST_TABLESPACE1_PATH="C:\Users\$env:UserName\Documents\tablespace1\" -e TEST_TABLESPACE2_PATH="C:\Users\$env:UserName\Documents\tablespace2\" -e TEST_SPINWAIT_ITERS=10000 -e USER=postgres -it pgregress /bin/bash -c "cd /timescaledb/build && make regresschecklocal"
docker exec -e IGNORES="bgw_db_scheduler" -e TEST_TABLESPACE1_PATH="C:\Users\$env:UserName\Documents\tablespace1\" -e TEST_TABLESPACE2_PATH="C:\Users\$env:UserName\Documents\tablespace2\" -e TEST_SPINWAIT_ITERS=10000 -e USER=postgres -it pgregress /bin/bash -c "cd /timescaledb/build && make regresschecklocal"
#TESTS=drop_extension
Expand Down

0 comments on commit 423d1c6

Please sign in to comment.