Restore non cross-context async session tests

This commit is contained in:
Jan Bartel 2023-02-15 14:58:16 +11:00
parent b9b26e2a82
commit e89b0ebc17
2 changed files with 4 additions and 4 deletions

View File

@ -44,8 +44,6 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
*
* Tests async handling wrt sessions.
*/
//TODO not working
@Disabled
public class AsyncTest
{
@Test
@ -138,6 +136,7 @@ public class AsyncTest
}
}
@Disabled //TODO cross context not supported
@Test
public void testSessionWithCrossContextAsync() throws Exception
{
@ -233,6 +232,7 @@ public class AsyncTest
}
}
@Disabled //TODO cross context not supported
@Test
public void testSessionWithCrossContextAsyncComplete() throws Exception
{

View File

@ -44,8 +44,6 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
*
* Tests async handling wrt sessions.
*/
//TODO not working
@Disabled
public class AsyncTest
{
@Test
@ -138,6 +136,7 @@ public class AsyncTest
}
}
@Disabled //TODO cross context not supported
@Test
public void testSessionWithCrossContextAsync() throws Exception
{
@ -233,6 +232,7 @@ public class AsyncTest
}
}
@Disabled //TODO cross context not supported
@Test
public void testSessionWithCrossContextAsyncComplete() throws Exception
{