Skip to content

Commit c468728

Browse files
committed
scala-examples test
Signed-off-by: Rafael Raposo <rafaelraposo@spotify.com>
1 parent 354b29d commit c468728

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

integration-tests/src/test/java/org/flyte/AdditionalIT.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,4 @@ void testStructs(String name, boolean expected) {
7070

7171
assertThat(output, equalTo(Literal.ofBooleanMap(ImmutableMap.of("exists", expected))));
7272
}
73-
74-
@Test
75-
void testStructsScala() {
76-
Literals.LiteralMap output =
77-
CLIENT.createExecution("NestedIOWorkflowLaunchPlan", STAGING_DOMAIN);
78-
79-
assertThat(output, equalTo(LiteralMap.getDefaultInstance()));
80-
}
8173
}

0 commit comments

Comments
 (0)