diff --git a/tracer/test/Datadog.Trace.Security.IntegrationTests/IAST/AspNetCore2IastTests.cs b/tracer/test/Datadog.Trace.Security.IntegrationTests/IAST/AspNetCore2IastTests.cs index c98b4e7a68e5..2c50c9e6e0f1 100644 --- a/tracer/test/Datadog.Trace.Security.IntegrationTests/IAST/AspNetCore2IastTests.cs +++ b/tracer/test/Datadog.Trace.Security.IntegrationTests/IAST/AspNetCore2IastTests.cs @@ -573,6 +573,8 @@ await VerifyHelper.VerifySpans(spansFiltered, settings) [Trait("RunOnWindows", "True")] public async Task TestIastStoredXssRequest() { + throw new SkipException("End point missing due to changes in Samples.Security.AspNetCore2 - refactoring in progess to restore"); + var filename = "Iast.StoredXss.AspNetCore2." + (IastEnabled ? "IastEnabled" : "IastDisabled"); if (RedactionEnabled is true) { filename += ".RedactionEnabled"; } var url = "/Iast/StoredXss"; @@ -596,6 +598,8 @@ await VerifyHelper.VerifySpans(spansFiltered, settings) [Trait("RunOnWindows", "True")] public async Task TestIastStoredXssEscapedRequest() { + throw new SkipException("End point missing due to changes in Samples.Security.AspNetCore2 - refactoring in progess to restore"); + var filename = "Iast.StoredXssEscaped.AspNetCore2." + (IastEnabled ? "IastEnabled" : "IastDisabled"); var url = "/Iast/StoredXssEscaped"; IncludeAllHttpSpans = true;