We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63257ed + 2d7c4a8 commit b8e390aCopy full SHA for b8e390a
sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/ParDoTest.java
@@ -4522,7 +4522,12 @@ private void testTwoTimersSettingEachOther(IsBounded isBounded) {
4522
// }
4523
4524
@Test
4525
- @Category({ValidatesRunner.class, UsesTimersInParDo.class, UsesStrictTimerOrdering.class})
+ @Category({
4526
+ ValidatesRunner.class,
4527
+ UsesTimersInParDo.class,
4528
+ UsesStrictTimerOrdering.class,
4529
+ UsesUnboundedPCollections.class
4530
+ })
4531
public void testTwoTimersSettingEachOtherWithCreateAsInputUnbounded() {
4532
testTwoTimersSettingEachOtherWithCreateAsInput(IsBounded.UNBOUNDED);
4533
}
0 commit comments