fixed merge for CDITests

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2019-08-15 08:13:02 +10:00
parent 7e961b2c99
commit 9ba9df1495
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class CDITests extends AbstractDistributionTest
// TODO Arguments.of("weld", "cdi-decorate", null), // Weld >= 3.1.3
// -- Apache OpenWebBeans --
Arguments.of("owb", "jsp", renameJettyWebOwbXml)
Arguments.of("owb", "cdi-spi", null)
// Arguments.of("owb", "decorate", null), // Not supported
// Arguments.of("owb", "cdi-decorate", null) // Not supported
);