@@ -568,13 +568,11 @@ await VerifyHelper.VerifySpans(spansFiltered, settings)
568
568
. DisableRequireUniquePrefix ( ) ;
569
569
}
570
570
571
- [ SkippableFact ]
571
+ [ SkippableFact ( Skip = "End point missing due to changes in Samples.Security.AspNetCore2 - refactoring in progess to restore" ) ]
572
572
[ Trait ( "Category" , "ArmUnsupported" ) ]
573
573
[ Trait ( "RunOnWindows" , "True" ) ]
574
574
public async Task TestIastStoredXssRequest ( )
575
575
{
576
- throw new SkipException ( "End point missing due to changes in Samples.Security.AspNetCore2 - refactoring in progess to restore" ) ;
577
-
578
576
var filename = "Iast.StoredXss.AspNetCore2." + ( IastEnabled ? "IastEnabled" : "IastDisabled" ) ;
579
577
if ( RedactionEnabled is true ) { filename += ".RedactionEnabled" ; }
580
578
var url = "/Iast/StoredXss" ;
@@ -593,13 +591,11 @@ await VerifyHelper.VerifySpans(spansFiltered, settings)
593
591
. DisableRequireUniquePrefix ( ) ;
594
592
}
595
593
596
- [ SkippableFact ]
594
+ [ SkippableFact ( Skip = "End point missing due to changes in Samples.Security.AspNetCore2 - refactoring in progess to restore" ) ]
597
595
[ Trait ( "Category" , "ArmUnsupported" ) ]
598
596
[ Trait ( "RunOnWindows" , "True" ) ]
599
597
public async Task TestIastStoredXssEscapedRequest ( )
600
598
{
601
- throw new SkipException ( "End point missing due to changes in Samples.Security.AspNetCore2 - refactoring in progess to restore" ) ;
602
-
603
599
var filename = "Iast.StoredXssEscaped.AspNetCore2." + ( IastEnabled ? "IastEnabled" : "IastDisabled" ) ;
604
600
var url = "/Iast/StoredXssEscaped" ;
605
601
IncludeAllHttpSpans = true ;
0 commit comments