Skip to content

Commit a009439

Browse files
chore: Fix sf integration test (#4604)
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent dd37ff1 commit a009439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/tests/integration/materialization/test_snowflake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def test_snowflake_materialization_consistency_internal_with_lists(
189189
snowflake_environment.data_source_creator.teardown()
190190

191191

192-
# @pytest.mark.integration
192+
@pytest.mark.integration
193193
def test_snowflake_materialization_entityless_fv():
194194
snowflake_config = IntegrationTestRepoConfig(
195195
online_store=SNOWFLAKE_ONLINE_CONFIG,

0 commit comments

Comments
 (0)