Skip to content
Snippets Groups Projects
Commit 30e00db3 authored by Joël Krähemann's avatar Joël Krähemann
Browse files

OO-302: added @ignore annotation to unimplemented Test Case

parent eb19138d
No related branches found
No related tags found
No related merge requests found
...@@ -490,6 +490,7 @@ public class FunctionalBlogTest { ...@@ -490,6 +490,7 @@ public class FunctionalBlogTest {
Assert.assertTrue(functionalUtil.logout(browser)); Assert.assertTrue(functionalUtil.logout(browser));
} }
@Ignore
@Test @Test
@RunAsClient @RunAsClient
public void checkConcurrentTutors(@Drone @Tutor1 DefaultSelenium tutor0, @Drone @Tutor2 DefaultSelenium tutor1) throws IOException, URISyntaxException{ public void checkConcurrentTutors(@Drone @Tutor1 DefaultSelenium tutor0, @Drone @Tutor2 DefaultSelenium tutor1) throws IOException, URISyntaxException{
......
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