mirror of
https://github.com/corda/corda.git
synced 2025-06-02 07:30:53 +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:
parent
650a66b053
commit
18cd24c2b4
@ -501,7 +501,8 @@ abstract class VaultQueryTestsBase : VaultQueryParties {
|
|||||||
assertThat(queriedStates).containsExactlyElementsOf(allStates)
|
assertThat(queriedStates).containsExactlyElementsOf(allStates)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user