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 authored and tiagoapolo committed Dec 23, 2024
1 parent 2513d83 commit 59d2648
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 59d2648

Please sign in to comment.