Skip to content

Commit 2740c45

Browse files
committed
Skip video tests.
1 parent 9b34acb commit 2740c45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

postgres/tests/py_tests/test_video_domain.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88

99
@pytest.mark.asyncio
10+
@pytest.mark.skip
1011
async def test_video_domain(db_conn: asyncpg.Connection):
1112
"""
1213
Test VIDEO domain type for video data.
@@ -133,6 +134,7 @@ async def test_video_domain(db_conn: asyncpg.Connection):
133134

134135

135136
@pytest.mark.asyncio
137+
@pytest.mark.skip
136138
async def test_video_domain_alter_table(db_conn: asyncpg.Connection):
137139
"""
138140
Test ALTER TABLE ADD COLUMN with VIDEO domain type.
@@ -190,6 +192,7 @@ async def test_video_domain_alter_table(db_conn: asyncpg.Connection):
190192

191193

192194
@pytest.mark.asyncio
195+
@pytest.mark.skip
193196
async def test_mixed_domain_types(db_conn: asyncpg.Connection):
194197
"""
195198
Test table with multiple domain types: FILE, IMAGE, VIDEO, and BYTEA.

0 commit comments

Comments
 (0)