Ignore pg_dump test on appveyor

On appveyor the pg_dump is flaky and seems to fail every other time.
This patch makes appveyor ignore the result of that test.
This commit is contained in:
Sven Klemm 2022-05-20 13:04:11 +02:00 committed by Sven Klemm
parent b7472c82ce
commit 46c95c426c

View File

@ -193,7 +193,7 @@ test_script:
#right now we only run timescale regression tests, others will be set up later
docker exec -e IGNORES="chunk_utils cluster-12 loader" -e TEST_TABLESPACE1_PREFIX="C:\Users\$env:UserName\Documents\tablespace1\" -e TEST_TABLESPACE2_PREFIX="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="chunk_utils cluster-12 pg_dump loader" -e TEST_TABLESPACE1_PREFIX="C:\Users\$env:UserName\Documents\tablespace1\" -e TEST_TABLESPACE2_PREFIX="C:\Users\$env:UserName\Documents\tablespace2\" -e TEST_SPINWAIT_ITERS=10000 -e USER=postgres -it pgregress /bin/bash -c "cd /timescaledb/build && make regresschecklocal"
$TESTS1 = $?