Skip to content

Commit

Permalink
ci: Disable flaky lambda materialization test
Browse files Browse the repository at this point in the history
Signed-off-by: Danny C <d.chiao@gmail.com>
  • Loading branch information
adchia authored and EXPEbdodla committed Jun 11, 2024
1 parent 0af9130 commit b79407c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@


@pytest.mark.integration
@pytest.mark.skip(reason="Very flaky test")
def test_lambda_materialization_consistency():
lambda_config = IntegrationTestRepoConfig(
provider="aws",
Expand Down Expand Up @@ -64,7 +65,6 @@ def test_lambda_materialization_consistency():
)

try:

fs.apply([driver, driver_stats_fv])

print(df)
Expand Down

0 comments on commit b79407c

Please sign in to comment.