Commit 2499316
authored
test(pubsub): disable flaky tests in PublisherImplTest (#13395)
This PR disables `PublisherImplTest.testResumePublish` and
`PublisherImplTest.testPublishThrowExceptionForUnsubmittedOrderingKeyMessage`
which causes 6-hour timeouts in release runs under Java 8 due to a
deadlock. See Issue #13394 for more details.1 parent e1e4059 commit 2499316
1 file changed
Lines changed: 3 additions & 0 deletions
File tree
- java-pubsub/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
512 | 513 | | |
513 | 514 | | |
514 | 515 | | |
| 516 | + | |
515 | 517 | | |
516 | 518 | | |
517 | 519 | | |
| |||
591 | 593 | | |
592 | 594 | | |
593 | 595 | | |
| 596 | + | |
594 | 597 | | |
595 | 598 | | |
596 | 599 | | |
| |||
0 commit comments