提交 f1a480dd 编写于 作者: C Casey Duquette

Remove new test from SmokeTest category

上级 220dddd6
...@@ -33,13 +33,11 @@ import org.dom4j.Document; ...@@ -33,13 +33,11 @@ import org.dom4j.Document;
import org.dom4j.io.DOMReader; import org.dom4j.io.DOMReader;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.jvnet.hudson.test.FlagRule; import org.jvnet.hudson.test.FlagRule;
import org.jvnet.hudson.test.Issue; import org.jvnet.hudson.test.Issue;
import org.jvnet.hudson.test.JenkinsRule; import org.jvnet.hudson.test.JenkinsRule;
import org.jvnet.hudson.test.LoggerRule; import org.jvnet.hudson.test.LoggerRule;
import org.jvnet.hudson.test.MockAuthorizationStrategy; import org.jvnet.hudson.test.MockAuthorizationStrategy;
import org.jvnet.hudson.test.SmokeTest;
import java.io.File; import java.io.File;
import java.util.ArrayList; import java.util.ArrayList;
...@@ -52,7 +50,6 @@ import static org.junit.Assert.assertNotNull; ...@@ -52,7 +50,6 @@ import static org.junit.Assert.assertNotNull;
/** /**
* Tests of {@link JNLPLauncher} using a custom inbound agent url. * Tests of {@link JNLPLauncher} using a custom inbound agent url.
*/ */
@Category(SmokeTest.class)
public class AgentInboundUrlTest { public class AgentInboundUrlTest {
@Rule @Rule
public JenkinsRule j = new JenkinsRule(); public JenkinsRule j = new JenkinsRule();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册