test: remove xfail of test_alter_database_properties (#40913)

/kind improvement

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2025-03-26 10:46:31 +08:00 committed by GitHub
parent 84e8e141ea
commit a090b2ca14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,7 +168,7 @@ class TestDatabaseOperationNegative(TestBase):
class TestDatabaseProperties(TestBase): class TestDatabaseProperties(TestBase):
"""Test database properties operations""" """Test database properties operations"""
@pytest.mark.xfail(reason="issue: https://github.com/milvus-io/milvus/issues/39953")
def test_alter_database_properties(self): def test_alter_database_properties(self):
""" """
target: test alter database properties target: test alter database properties