We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2255d commit d4de5c8Copy full SHA for d4de5c8
1 file changed
playground/frontend/build.gradle
@@ -190,7 +190,7 @@ tasks.register("integrationTest") {
190
dependsOn("integrationTest_standalone_default_examples")
191
dependsOn("integrationTest_standalone_editing")
192
dependsOn("integrationTest_standalone_example_selector")
193
- //TODO: Fix assert not null
+ //TODO: (https://github.com/apache/beam/issues/37698) Fix assert not null
194
//dependsOn("integrationTest_standalone_miscellaneous_ui")
195
dependsOn("integrationTest_standalone_run_shortcuts")
196
dependsOn("integrationTest_standalone_share_code")
0 commit comments