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:
Tamas Veingartner 2020-06-30 10:12:31 +01:00 committed by GitHub
parent 650a66b053
commit 18cd24c2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -501,7 +501,8 @@ abstract class VaultQueryTestsBase : VaultQueryParties {
assertThat(queriedStates).containsExactlyElementsOf(allStates)
}
}
@Ignore
@Test(timeout=300_000)
fun `query with sort criteria and pagination on large volume of states should complete in time`() {
val numberOfStates = 1000