@@ -157,15 +157,6 @@ public class SimpleAtomikosTests {
@Autowired
private DynDsTest dynDsTest;
- @Test
- @Transactional
- public void testForEach() throws InterruptedException {
- for (int i = 0; i < 100; i++) {
- Thread.sleep(1000);
- test();
- }
-
private JmsTemplate jmsTemplate;