Skip to content

Commit

Permalink
Running previously xfailed test checking if it's a time delay issue
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed Nov 3, 2023
1 parent e4bb320 commit 083bd0f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,14 +431,7 @@ async def test_provider_get_set_delete_fields(field, value, ops_test: OpsTest):
"field,value,relation_field",
[
("new_field", "blah", "new_field"),
pytest.param(
"tls",
"True",
"secret-tls",
marks=pytest.mark.xfail(
reason="https://github.com/canonical/data-platform-libs/issues/108"
),
),
("tls", "True", "secret-tls"),
],
)
@pytest.mark.usefixtures("only_with_juju_secrets")
Expand All @@ -461,6 +454,7 @@ async def test_provider_get_set_delete_fields_secrets(
assert await get_application_relation_data(
ops_test, APPLICATION_APP_NAME, SECOND_DATABASE_RELATION_NAME, relation_field
)
sleep(10)

# Check all application units can read remote relation data
for unit in ops_test.model.applications[APPLICATION_APP_NAME].units:
Expand Down

0 comments on commit 083bd0f

Please sign in to comment.