diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-05-17 10:54:39 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-05-17 10:54:39 +0000 |
| commit | 2ce324393259f41e45e24e4f584c81592520ed81 (patch) | |
| tree | db23b89532fae12279a07172f279425cf02deb38 /qpid/java/test-profiles/JavaPersistentExcludes | |
| parent | 88ab16c1d955397bd92c5dd15eca786676a459fd (diff) | |
| download | qpid-python-2ce324393259f41e45e24e4f584c81592520ed81.tar.gz | |
QPID-2422: exclude DurableSubscriberTest until queue exclusivity is persisted
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@945078 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/JavaPersistentExcludes')
| -rw-r--r-- | qpid/java/test-profiles/JavaPersistentExcludes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/JavaPersistentExcludes b/qpid/java/test-profiles/JavaPersistentExcludes new file mode 100644 index 0000000000..7a3516f9c8 --- /dev/null +++ b/qpid/java/test-profiles/JavaPersistentExcludes @@ -0,0 +1,5 @@ +//These tests require the MemoryMessageStore +org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#* + +//QPID-2422 disable until queue exclusivity is persisted +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* |
