Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 2122284

Browse files
committed
WINK-412 - Add @ignore to the CDI server test
git-svn-id: https://svn.apache.org/repos/asf/wink/trunk@1517419 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6a9e06b commit 2122284

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

wink-jcdi-server/src/test/java/org/apache/wink/jcdi/server/test/WinkCdiTest.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
package org.apache.wink.jcdi.server.test;
2020

2121

22+
import java.net.MalformedURLException;
23+
import java.net.URISyntaxException;
24+
import java.net.URL;
25+
2226
import org.apache.wink.client.ClientConfig;
2327
import org.apache.wink.client.Resource;
2428
import org.apache.wink.client.RestClient;
@@ -38,14 +42,12 @@
3842
import org.jboss.shrinkwrap.api.spec.JavaArchive;
3943
import org.jboss.shrinkwrap.api.spec.WebArchive;
4044
import org.junit.Assert;
45+
import org.junit.Ignore;
4146
import org.junit.Test;
4247
import org.junit.runner.RunWith;
4348

44-
import java.net.MalformedURLException;
45-
import java.net.URISyntaxException;
46-
import java.net.URL;
47-
4849
@RunWith(Arquillian.class)
50+
@Ignore
4951
public class WinkCdiTest {
5052
private final static String TEST_NAME = "restTests";
5153
private final static String TEST_SERVLET_PATH = "wink-test";

0 commit comments

Comments
 (0)