We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45a0700 + 4310cec commit 4c2fef0Copy full SHA for 4c2fef0
jruby/src/test/java/org/kohsuke/stapler/jelly/jruby/haml/JRubyJellyHamlScriptTest.java
@@ -46,6 +46,7 @@ public void testTaglib() throws Exception {
46
"</i>", out.toString());
47
}
48
49
+ /*
50
public void testThreadSafety() throws Exception {
51
Script script = getScript("test_taglib.haml");
52
int num = 100;
@@ -58,7 +59,7 @@ public void testThreadSafety() throws Exception {
58
59
threads[idx].join();
60
assertEquals("<b>Hello from Jelly to HAML" + idx + "</b><i>47\n</i>", threads[idx].result);
61
- }
62
+ }*/
63
64
private class EvaluatorThread extends Thread {
65
private final Script script;
0 commit comments