Skip to content

Commit 4c2fef0

Browse files
authored
Merge pull request #264 from stapler/timja-patch-1
Disable flakey test
2 parents 45a0700 + 4310cec commit 4c2fef0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jruby/src/test/java/org/kohsuke/stapler/jelly/jruby/haml/JRubyJellyHamlScriptTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public void testTaglib() throws Exception {
4646
"</i>", out.toString());
4747
}
4848

49+
/*
4950
public void testThreadSafety() throws Exception {
5051
Script script = getScript("test_taglib.haml");
5152
int num = 100;
@@ -58,7 +59,7 @@ public void testThreadSafety() throws Exception {
5859
threads[idx].join();
5960
assertEquals("<b>Hello from Jelly to HAML" + idx + "</b><i>47\n</i>", threads[idx].result);
6061
}
61-
}
62+
}*/
6263

6364
private class EvaluatorThread extends Thread {
6465
private final Script script;

0 commit comments

Comments
 (0)