Skip to content
Snippets Groups Projects
Commit cc499e16 authored by srosse's avatar srosse
Browse files

no-jira: ignore import new users for linux

parent 836b3a9f
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ import org.jboss.arquillian.test.api.ArquillianResource; ...@@ -35,6 +35,7 @@ import org.jboss.arquillian.test.api.ArquillianResource;
import org.jboss.shrinkwrap.api.spec.WebArchive; import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Assume; import org.junit.Assume;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.olat.restapi.support.vo.CourseVO; import org.olat.restapi.support.vo.CourseVO;
...@@ -497,7 +498,7 @@ public class UserTest { ...@@ -497,7 +498,7 @@ public class UserTest {
* @throws IOException * @throws IOException
* @throws URISyntaxException * @throws URISyntaxException
*/ */
@Test @Test @Ignore
@RunAsClient @RunAsClient
public void importUsers(@InitialPage LoginPage loginPage, public void importUsers(@InitialPage LoginPage loginPage,
@Drone @User WebDriver userBrowser) @Drone @User WebDriver userBrowser)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment