Skip to content

Commit 2ae84e3

Browse files
TPT-4213 Add explanation to commented out assertion
1 parent d49f222 commit 2ae84e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/integration/models/database/test_database.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ def test_update_sql_db(test_linode_client, test_create_sql_db):
230230

231231
assert res
232232
assert database.allow_list == new_allow_list
233+
# Label assertion is commented out because the API updates
234+
# the label intermittently, causing test failures. The issue
235+
# is tracked in TPT-4268.
233236
# assert database.label == label
234237
assert database.updates.day_of_week == 2
235238

@@ -354,6 +357,9 @@ def test_update_postgres_db(test_linode_client, test_create_postgres_db):
354357

355358
assert res
356359
assert database.allow_list == new_allow_list
360+
# Label assertion is commented out because the API updates
361+
# the label intermittently, causing test failures. The issue
362+
# is tracked in TPT-4268.
357363
# assert database.label == label
358364
assert database.updates.day_of_week == 2
359365

0 commit comments

Comments
 (0)