Skip to content

Commit

Permalink
Switch from NOTE to TODO with issue linked
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Dec 6, 2024
1 parent 6b74a68 commit f1a91b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/tests/unit/features/test_unit_features_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2720,8 +2720,10 @@ def test_list_features_n_plus_1_without_rbac(
environment: Environment,
) -> None:
"""
NOTE: When running locally, this test can come up with an extra query.
It should be tested against CI to ensure it passes.
TODO: When running locally, this test can come up with an extra query.
It should be tested against CI to ensure it passes, but it would
be even better to solve the underlying issue while runnig locally.
See: https://github.com/Flagsmith/flagsmith/issues/4898
"""
_assert_list_feature_n_plus_1(
staff_client,
Expand Down

0 comments on commit f1a91b1

Please sign in to comment.