Skip to content

Commit

Permalink
xxx-disable-validate
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Müller <[email protected]>
  • Loading branch information
ingomueller-net committed Nov 29, 2024
1 parent c8bc5e9 commit 0307e5f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_producer_aggregate_relations(
ibis_expr,
producer,
partsupp,
validate=True
validate=False
)

@custom_parametrization(AGGREGATE_RELATION_TESTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_producer_ddl_relations(
ibis_expr,
producer,
partsupp,
validate=True
validate=False
)

@custom_parametrization(DDL_RELATION_TESTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_producer_fetch_relations(
ibis_expr,
producer,
partsupp,
validate=True
validate=False
)

@custom_parametrization(FETCH_RELATION_TESTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_producer_filter_relations(
ibis_expr,
producer,
partsupp,
validate=True
validate=False
)

@custom_parametrization(FILTER_RELATION_TESTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_producer_join_relations(
ibis_expr,
producer,
partsupp,
validate=True
validate=False
)

@custom_parametrization(JOIN_RELATION_TESTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_producer_project_relations(
ibis_expr,
producer,
partsupp,
validate=True
validate=False
)

@custom_parametrization(PROJECT_RELATION_TESTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_producer_read_relations(
ibis_expr,
producer,
partsupp,
validate=True
validate=False
)

@custom_parametrization(READ_RELATION_TESTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_producer_set_relations(
ibis_expr,
producer,
partsupp,
validate=True
validate=False
)

@custom_parametrization(SET_RELATION_TESTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_producer_sort_relations(
ibis_expr,
producer,
partsupp,
validate=True
validate=False
)

@custom_parametrization(SORT_RELATION_TESTS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_producer_write_relations(
ibis_expr,
producer,
partsupp,
validate=True
validate=False
)

@custom_parametrization(WRITE_RELATION_TESTS)
Expand Down

0 comments on commit 0307e5f

Please sign in to comment.