mirror of
https://github.com/corda/corda.git
synced 2025-06-12 04:08:26 +00:00
NOTICK Ignore pagination large volume test as its completion is environment dependent and might cause issues in slower environments (#6420)
This commit is contained in:
committed by
GitHub
parent
650a66b053
commit
18cd24c2b4
@ -502,6 +502,7 @@ abstract class VaultQueryTestsBase : VaultQueryParties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test(timeout=300_000)
|
@Test(timeout=300_000)
|
||||||
fun `query with sort criteria and pagination on large volume of states should complete in time`() {
|
fun `query with sort criteria and pagination on large volume of states should complete in time`() {
|
||||||
val numberOfStates = 1000
|
val numberOfStates = 1000
|
||||||
|
Reference in New Issue
Block a user