File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1616# limitations under the License.
1717# ###############################################################################
1818org.gradle.caching =true
19- org.gradle.parallel =false
19+ org.gradle.parallel =true
2020org.gradle.daemon =false
2121org.gradle.configureondemand =true
2222org.gradle.jvmargs =-Xss10240k
Original file line number Diff line number Diff line change @@ -242,6 +242,8 @@ def sickbayTests = [
242242 ' org.apache.beam.sdk.transforms.ParDoTest$LifecycleTests' ,
243243 ' org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState' ,
244244 // TODO(https://github.com/apache/beam/issues/18198)
245+ ' org.apache.beam.sdk.transforms.ViewTest.testTriggeredLatestSingleton' ,
246+ // testTriggeredLatestSingleton gets "stuck" both with or without --useDatastreamForBatch
245247]
246248
247249def createValidatesRunnerTask (Map m ) {
You can’t perform that action at this time.
0 commit comments