mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 16:39:04 +00:00
Update test_deltalake.py (#21735)
* Update test_deltalake.py * Ignore it while collecting the tests
This commit is contained in:
parent
e23e0ecbd3
commit
f44d81ddf2
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user