From 30e00db35d9a62138c3618bd7d33bb6ee292ac93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=ABl=20Kr=C3=A4hemann?= <joel.kraehemann@frentix.com>
Date: Wed, 26 Jun 2013 11:50:35 +0200
Subject: [PATCH] OO-302: added @ignore annotation to unimplemented Test Case

---
 src/test/java/org/olat/course/nodes/feed/FunctionalBlogTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/java/org/olat/course/nodes/feed/FunctionalBlogTest.java b/src/test/java/org/olat/course/nodes/feed/FunctionalBlogTest.java
index 0f46f171a0e..b79b072c185 100644
--- a/src/test/java/org/olat/course/nodes/feed/FunctionalBlogTest.java
+++ b/src/test/java/org/olat/course/nodes/feed/FunctionalBlogTest.java
@@ -490,6 +490,7 @@ public class FunctionalBlogTest {
 		Assert.assertTrue(functionalUtil.logout(browser));
 	}
 	
+	@Ignore
 	@Test
 	@RunAsClient
 	public void checkConcurrentTutors(@Drone @Tutor1 DefaultSelenium tutor0, @Drone @Tutor2 DefaultSelenium tutor1) throws IOException, URISyntaxException{
-- 
GitLab