This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new db8ce428b2 Remove Dataset Alias Condition Tests from Dataset Isolation
Mode! (#41132)
db8ce428b2 is described below
commit db8ce428b2c7cb490be2e37391167b0d211269e9
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Jul 30 23:28:16 2024 +0200
Remove Dataset Alias Condition Tests from Dataset Isolation Mode! (#41132)
---
tests/datasets/test_dataset.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/datasets/test_dataset.py b/tests/datasets/test_dataset.py
index 1b2d3d6d4c..7d5228438d 100644
--- a/tests/datasets/test_dataset.py
+++ b/tests/datasets/test_dataset.py
@@ -517,6 +517,7 @@ def test_normalize_uri_valid_uri():
assert dataset.normalized_uri == "valid_aip60_uri"
[email protected]_if_database_isolation_mode
@pytest.mark.db_test
@pytest.mark.usefixtures("clear_datasets")
class Test_DatasetAliasCondition: