@@ -658,21 +658,6 @@ public void For_region_usisowest1_with_FIPS_disabled_and_DualStack_disabled_Test
658
658
Assert . AreEqual ( "https://sts.us-iso-west-1.c2s.ic.gov" , endpoint . URL ) ;
659
659
}
660
660
661
- [ TestMethod ]
662
- [ TestCategory ( "UnitTest" ) ]
663
- [ TestCategory ( "Endpoints" ) ]
664
- [ TestCategory ( "SecurityToken" ) ]
665
- [ Description ( "For region us-iso-east-1 with FIPS enabled and DualStack enabled" ) ]
666
- [ ExpectedException ( typeof ( AmazonClientException ) , @"FIPS and DualStack are enabled, but this partition does not support one or both" ) ]
667
- public void For_region_usisoeast1_with_FIPS_enabled_and_DualStack_enabled_Test ( )
668
- {
669
- var parameters = new SecurityTokenServiceEndpointParameters ( ) ;
670
- parameters [ "Region" ] = "us-iso-east-1" ;
671
- parameters [ "UseFIPS" ] = true ;
672
- parameters [ "UseDualStack" ] = true ;
673
- var endpoint = new AmazonSecurityTokenServiceEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
674
- }
675
-
676
661
[ TestMethod ]
677
662
[ TestCategory ( "UnitTest" ) ]
678
663
[ TestCategory ( "Endpoints" ) ]
@@ -688,21 +673,6 @@ public void For_region_usisoeast1_with_FIPS_enabled_and_DualStack_disabled_Test(
688
673
Assert . AreEqual ( "https://sts-fips.us-iso-east-1.c2s.ic.gov" , endpoint . URL ) ;
689
674
}
690
675
691
- [ TestMethod ]
692
- [ TestCategory ( "UnitTest" ) ]
693
- [ TestCategory ( "Endpoints" ) ]
694
- [ TestCategory ( "SecurityToken" ) ]
695
- [ Description ( "For region us-iso-east-1 with FIPS disabled and DualStack enabled" ) ]
696
- [ ExpectedException ( typeof ( AmazonClientException ) , @"DualStack is enabled but this partition does not support DualStack" ) ]
697
- public void For_region_usisoeast1_with_FIPS_disabled_and_DualStack_enabled_Test ( )
698
- {
699
- var parameters = new SecurityTokenServiceEndpointParameters ( ) ;
700
- parameters [ "Region" ] = "us-iso-east-1" ;
701
- parameters [ "UseFIPS" ] = false ;
702
- parameters [ "UseDualStack" ] = true ;
703
- var endpoint = new AmazonSecurityTokenServiceEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
704
- }
705
-
706
676
[ TestMethod ]
707
677
[ TestCategory ( "UnitTest" ) ]
708
678
[ TestCategory ( "Endpoints" ) ]
@@ -718,21 +688,6 @@ public void For_region_usisobeast1_with_FIPS_disabled_and_DualStack_disabled_Tes
718
688
Assert . AreEqual ( "https://sts.us-isob-east-1.sc2s.sgov.gov" , endpoint . URL ) ;
719
689
}
720
690
721
- [ TestMethod ]
722
- [ TestCategory ( "UnitTest" ) ]
723
- [ TestCategory ( "Endpoints" ) ]
724
- [ TestCategory ( "SecurityToken" ) ]
725
- [ Description ( "For region us-isob-east-1 with FIPS enabled and DualStack enabled" ) ]
726
- [ ExpectedException ( typeof ( AmazonClientException ) , @"FIPS and DualStack are enabled, but this partition does not support one or both" ) ]
727
- public void For_region_usisobeast1_with_FIPS_enabled_and_DualStack_enabled_Test ( )
728
- {
729
- var parameters = new SecurityTokenServiceEndpointParameters ( ) ;
730
- parameters [ "Region" ] = "us-isob-east-1" ;
731
- parameters [ "UseFIPS" ] = true ;
732
- parameters [ "UseDualStack" ] = true ;
733
- var endpoint = new AmazonSecurityTokenServiceEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
734
- }
735
-
736
691
[ TestMethod ]
737
692
[ TestCategory ( "UnitTest" ) ]
738
693
[ TestCategory ( "Endpoints" ) ]
@@ -748,21 +703,6 @@ public void For_region_usisobeast1_with_FIPS_enabled_and_DualStack_disabled_Test
748
703
Assert . AreEqual ( "https://sts-fips.us-isob-east-1.sc2s.sgov.gov" , endpoint . URL ) ;
749
704
}
750
705
751
- [ TestMethod ]
752
- [ TestCategory ( "UnitTest" ) ]
753
- [ TestCategory ( "Endpoints" ) ]
754
- [ TestCategory ( "SecurityToken" ) ]
755
- [ Description ( "For region us-isob-east-1 with FIPS disabled and DualStack enabled" ) ]
756
- [ ExpectedException ( typeof ( AmazonClientException ) , @"DualStack is enabled but this partition does not support DualStack" ) ]
757
- public void For_region_usisobeast1_with_FIPS_disabled_and_DualStack_enabled_Test ( )
758
- {
759
- var parameters = new SecurityTokenServiceEndpointParameters ( ) ;
760
- parameters [ "Region" ] = "us-isob-east-1" ;
761
- parameters [ "UseFIPS" ] = false ;
762
- parameters [ "UseDualStack" ] = true ;
763
- var endpoint = new AmazonSecurityTokenServiceEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
764
- }
765
-
766
706
[ TestMethod ]
767
707
[ TestCategory ( "UnitTest" ) ]
768
708
[ TestCategory ( "Endpoints" ) ]
0 commit comments