test(devops): SoftwareEnableFeatureFlagging model does not use global org, so dont test global org return

ref: #849
This commit is contained in:
2025-07-04 13:26:13 +09:30
parent 37a69888b6
commit 6af615f918

View File

@ -0,0 +1,17 @@
import pytest
class AdditionalTestCases:
def test_returned_data_from_user_and_global_organizations_only(
self
):
"""Check items returned
Items returned from the query Must be from the users organization and
global ONLY!
"""
pytest.xfail( reason = 'model does not use global org' )