Skip to content

Commit 722197e

Browse files
committed
test(datatype): mark for manual execution
1 parent 7b96077 commit 722197e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/datatype/test_datatypes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def fin():
3535
request.addfinalizer(fin)
3636

3737

38+
@pytest.mark.skip(reason="manual")
3839
@pytest.mark.parametrize("datatype", Datatypes.list())
3940
def test_datatype_recv_support(db_kwargs, datatype):
4041
table_name: str = get_table_name(datatype)
@@ -73,6 +74,7 @@ def test_datatype_recv_support(db_kwargs, datatype):
7374
redshift_datatype_testcases.append((datatype, test_case))
7475

7576

77+
@pytest.mark.skip(reason="manual")
7678
@pytest.mark.parametrize("_input", redshift_datatype_testcases)
7779
def test_redshift_specific_recv_support(db_kwargs, _input):
7880
datatype, data = _input

0 commit comments

Comments
 (0)