Skip to content

Commit

Permalink
also add to check test
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao committed Dec 16, 2024
1 parent 3e115bc commit d845ea3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ package io.airbyte.integrations.destination.iceberg.v2

import io.airbyte.cdk.load.check.CheckIntegrationTest
import io.airbyte.cdk.load.check.CheckTestConfig
import io.airbyte.integrations.destination.iceberg.v2.IcebergV2TestUtil.GLUE_CONFIG_PATH
import io.airbyte.integrations.destination.iceberg.v2.IcebergV2TestUtil.MINIMAL_CONFIG_PATH
import org.junit.jupiter.api.Disabled

@Disabled
class IcebergV2CheckTest :
CheckIntegrationTest<IcebergV2Specification>(
successConfigFilenames = listOf(CheckTestConfig(MINIMAL_CONFIG_PATH)),
successConfigFilenames = listOf(
CheckTestConfig(MINIMAL_CONFIG_PATH),
CheckTestConfig(GLUE_CONFIG_PATH),
),
// TODO we maybe should add some configs that are expected to fail `check`
failConfigFilenamesAndFailureReasons = mapOf(),
)

0 comments on commit d845ea3

Please sign in to comment.