Skip to content

Commit 49005b2

Browse files
committed
Update the test to skip after #36655
1 parent cf729d6 commit 49005b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runners/prism/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def sickbayTests = [
146146
// java.util.NoSuchElementException: Empty PCollection accessed as a singleton view.
147147
'org.apache.beam.sdk.transforms.ViewTest.testDiscardingNonSingletonSideInput',
148148
// ava.lang.IllegalArgumentException: Duplicate values for a
149-
'org.apache.beam.sdk.transforms.ViewTest.testMapSideInputWithNullValuesCatchesDuplicates',
149+
'org.apache.beam.sdk.transforms.MapViewTest.testMapSideInputWithNullValuesCatchesDuplicates',
150150
// java.lang.IllegalArgumentException: PCollection with more than one element accessed as a singleton view....
151151
'org.apache.beam.sdk.transforms.ViewTest.testNonSingletonSideInput',
152152
// java.util.NoSuchElementException: Empty PCollection accessed as a singleton view.

0 commit comments

Comments
 (0)