Skip to content

Commit

Permalink
Re-enable test (#50961)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau authored Jan 7, 2025
1 parent a459f65 commit 56f6dc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ class DevNullBasicFunctionalityIntegrationTest :
}

@Test @Disabled("File transfer is not supported") override fun testBasicWriteFile() {}

@Test @Disabled("DevNull does not support Unknown types") override fun testUnknownTypes() {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ class IcebergGlueWriteTest :
)
)
) {
@Test
@Disabled("dest iceberge-v2 doesn't support unknown types")
override fun testUnknownTypes() {}

@Test
override fun testBasicWrite() {
Expand Down

0 comments on commit 56f6dc3

Please sign in to comment.