diff options
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index e8fd3a0eb..496db30ab 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7474,12 +7474,15 @@ </compile> </ajc-test> + <!-- this test unreliable - can't always delete sandbox afterwards, need to get + to the bottom of why... <ajc-test dir="bugs" pr="43714" title="weaving from an input jar into that same jar.." > <compile files="notAJar.jar" outjar="notAJar.jar"> <message kind="error" line="0"/> </compile> </ajc-test> + --> <ajc-test dir="bugs" pr="43714" title="weaving from an aspectpath jar into that same jar.." > |