diff options
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/test-profiles/08InVMExcludes | 3 | ||||
| -rw-r--r-- | qpid/java/test-profiles/default.testprofile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/qpid/java/test-profiles/08InVMExcludes b/qpid/java/test-profiles/08InVMExcludes new file mode 100644 index 0000000000..8e783a3f00 --- /dev/null +++ b/qpid/java/test-profiles/08InVMExcludes @@ -0,0 +1,3 @@ +//====================================================================== +//Exclude the following tests when running the InVM default test profile +//====================================================================== diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 28127e5c4c..c28e4c5747 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -27,7 +27,7 @@ test.port.alt=25672 test.port.alt.ssl=25671 test.exclude=true -profile.excludes=08TransientExcludes +profile.excludes=08TransientExcludes 08InVMExcludes test.excludes=Excludes XAExcludes 08Excludes ${profile}.excludes ${profile.excludes} test.fork=no test.mem=512M |
