Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Disable the right check.
Browse files Browse the repository at this point in the history
prune-config-test regression test doesn't work due to workaround
for a deadlock fix.
  • Loading branch information
Marco van Wieringen committed Feb 5, 2013
1 parent 0b87be8 commit 36b36e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DartTestfile.txt.in
Expand Up @@ -49,8 +49,8 @@ ADD_TEST(disk:migration-job-purge-test "@regressdir@/tests/migration-job-purge-t
ADD_TEST(disk:migration-time-test "@regressdir@/tests/migration-time-test")
ADD_TEST(disk:migration-volume-test "@regressdir@/tests/migration-volume-test")
ADD_TEST(disk:multi-storage-test "@regressdir@/tests/multi-storage-test")
#ADD_TEST(disk:prune-test "@regressdir@/tests/prune-test")
ADD_TEST(disk:prune-config-test "@regressdir@/tests/prune-config-test")
ADD_TEST(disk:prune-test "@regressdir@/tests/prune-test")
#ADD_TEST(disk:prune-config-test "@regressdir@/tests/prune-config-test")
ADD_TEST(disk:prune-migration-test "@regressdir@/tests/prune-migration-test")
ADD_TEST(disk:prune-copy-test "@regressdir@/tests/prune-copy-test")
ADD_TEST(disk:prune-base-job-test "@regressdir@/tests/prune-base-job-test")
Expand Down
4 changes: 2 additions & 2 deletions all-disk-tests
Expand Up @@ -82,8 +82,8 @@ rm -f dumps/*
./run tests/migration-volume-test
./run tests/migration-time-test
./run tests/multi-storage-test
#./run tests/prune-test
./run tests/prune-config-test
./run tests/prune-test
#./run tests/prune-config-test
./run tests/prune-migration-test
./run tests/prune-copy-test
./run tests/prune-base-job-test
Expand Down

0 comments on commit 36b36e7

Please sign in to comment.