[#1868] ExecuteListener.end() is not called when using

ResultQuery.fetchLazy() - Disabled integration test
This commit is contained in:
Lukas Eder 2012-10-25 23:38:27 +02:00
parent 6f0450e984
commit 0d482d24e9

View File

@ -1763,7 +1763,7 @@ public abstract class jOOQAbstractTest<
new ExecuteListenerTests(this).testExecuteListenerOnBatchMultiple();
}
@Test
// @Test TODO [#1868] Re-enable this test
public void testExecuteListenerFetchLazyTest() throws Exception {
new ExecuteListenerTests(this).testExecuteListenerFetchLazyTest();
}