diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-12-08 04:02:37 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-12-08 04:02:37 +0000 |
| commit | 5d625b8c891840d11891e0d16de016a8f2c162ba (patch) | |
| tree | e3e530d4f0e539ea4377002b6f54910f73583bae /java/test-profiles | |
| parent | ab62ba833b0d08d1fc3b7b35141786ee82240d10 (diff) | |
| download | qpid-python-5d625b8c891840d11891e0d16de016a8f2c162ba.tar.gz | |
Add file to allow exclusion of tests from only the InVM default.testprofile
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@888246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
| -rw-r--r-- | java/test-profiles/08InVMExcludes | 3 | ||||
| -rw-r--r-- | java/test-profiles/default.testprofile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/java/test-profiles/08InVMExcludes b/java/test-profiles/08InVMExcludes new file mode 100644 index 0000000000..8e783a3f00 --- /dev/null +++ b/java/test-profiles/08InVMExcludes @@ -0,0 +1,3 @@ +//====================================================================== +//Exclude the following tests when running the InVM default test profile +//====================================================================== diff --git a/java/test-profiles/default.testprofile b/java/test-profiles/default.testprofile index 28127e5c4c..c28e4c5747 100644 --- a/java/test-profiles/default.testprofile +++ b/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 |
