Update test_deltalake.py (#21735)

* Update test_deltalake.py

* Ignore it while collecting the tests
This commit is contained in:
IceS2 2025-06-13 08:27:38 +02:00 committed by GitHub
parent e23e0ecbd3
commit f44d81ddf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,9 @@ markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')"
]
# Skip tests that are known to fail or are not ready to run until issue #21736 is solved
addopts = "--ignore=ingestion/tests/unit/topology/database/test_deltalake.py"
[project.entry-points.pytest11]
pytest_openmetadata = "_openmetadata_testutils.pytest_openmetadata.plugin"