Skip to content

Commit 7822096

Browse files
author
Jesse Whitehouse
committed
Don't skip staging_ingestion_tests
This was only when we needed DECO infrastructure. Not applicable for local development Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent 4011bda commit 7822096

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/e2e/test_driver.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@
3838
decorated = skipUnless(pysql_supports_arrow(), 'Decimal tests need arrow support')(fn)
3939
setattr(DecimalTestsMixin, name, decorated)
4040

41-
# manually decorate PySQLStagingIngestionTestSuite to need arrow support
42-
for name in loader.getTestCaseNames(PySQLStagingIngestionTestSuiteMixin, 'test_'):
43-
fn = getattr(PySQLStagingIngestionTestSuiteMixin, name)
44-
decorated = skipIf(True, "DECO infra doesn't expose staging ingestion user email yet.")(fn)
45-
setattr(PySQLStagingIngestionTestSuiteMixin, name, decorated)
4641

4742
get_args_from_env = True
4843

0 commit comments

Comments
 (0)