diff --git a/manifests/dotnet.yml b/manifests/dotnet.yml index 9b4ee0d979..7e1f9073c9 100644 --- a/manifests/dotnet.yml +++ b/manifests/dotnet.yml @@ -279,15 +279,15 @@ tests/: Test_V2_Login_Events: v3.1.0 Test_V2_Login_Events_Anon: v3.1.0 Test_V2_Login_Events_RC: v3.1.0 - Test_V3_Auto_User_Instrum_Mode_Capability: missing_feature - Test_V3_Login_Events: missing_feature - Test_V3_Login_Events_Anon: missing_feature - Test_V3_Login_Events_Blocking: missing_feature - Test_V3_Login_Events_RC: missing_feature + Test_V3_Auto_User_Instrum_Mode_Capability: v3.10.0 + Test_V3_Login_Events: v3.10.0 + Test_V3_Login_Events_Anon: v3.10.0 + Test_V3_Login_Events_Blocking: v3.10.0 + Test_V3_Login_Events_RC: v3.10.0 test_automated_user_and_session_tracking.py: Test_Automated_Session_Blocking: missing_feature - Test_Automated_User_Blocking: missing_feature - Test_Automated_User_Tracking: missing_feature + Test_Automated_User_Blocking: v3.10.0 + Test_Automated_User_Tracking: v3.10.0 test_blocking_addresses.py: Test_BlockingGraphqlResolvers: missing_feature Test_Blocking_client_ip: v2.27.0 diff --git a/tests/appsec/test_automated_user_and_session_tracking.py b/tests/appsec/test_automated_user_and_session_tracking.py index c5d7b6da7b..90bc5dad44 100644 --- a/tests/appsec/test_automated_user_and_session_tracking.py +++ b/tests/appsec/test_automated_user_and_session_tracking.py @@ -226,6 +226,7 @@ def test_user_blocking_sdk(self): @rfc("https://docs.google.com/document/d/1RT38U6dTTcB-8muiYV4-aVDCsT_XrliyakjtAPyjUpw") +@missing_feature(context.library == "dotnet", reason="Session ids can't be set.") @features.user_monitoring @scenarios.appsec_runtime_activation class Test_Automated_Session_Blocking: