aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reproducers')
-rw-r--r--tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java b/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java
index 0b81a17..29eaa73 100644
--- a/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java
+++ b/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java
@@ -44,6 +44,7 @@ import java.util.List;
import net.sourceforge.jnlp.ServerAccess;
import net.sourceforge.jnlp.ProcessResult;
import net.sourceforge.jnlp.annotations.Bug;
+import net.sourceforge.jnlp.annotations.KnownToFail;
import net.sourceforge.jnlp.browsertesting.BrowserTest;
import org.junit.Test;
@@ -55,6 +56,7 @@ public class AdditionalJarsInMetaInfIndexListTests extends BrowserTest {
private static final String CORRECT_EXEC = "Program Executed Correctly.";
@Test
+ @KnownToFail
@Bug(id = "PR1112")
public void SignedMetaInfIndexListTest() throws Exception {
ProcessResult pr = server.executeJavawsHeadless("/AdditionalJarsInMetaInfIndexListSigned.jnlp");