@@ -311,7 +311,6 @@ public void TryAddWillNotAddTheSameLifecycleHook()
311
311
}
312
312
313
313
[ Fact ]
314
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
315
314
public async Task AllocatedPortsAssignedAfterHookRuns ( )
316
315
{
317
316
using var testProgram = CreateTestProgram ( "ports-assigned-after-hook-runs" ) ;
@@ -344,7 +343,6 @@ public Task AfterEndpointsAllocatedAsync(DistributedApplicationModel appModel, C
344
343
}
345
344
346
345
[ Fact ]
347
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
348
346
public async Task TestServicesWithMultipleReplicas ( )
349
347
{
350
348
var replicaCount = 3 ;
@@ -401,7 +399,6 @@ public async Task TestServicesWithMultipleReplicas()
401
399
402
400
[ Fact ]
403
401
[ RequiresDocker ]
404
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
405
402
public async Task VerifyContainerArgs ( )
406
403
{
407
404
using var testProgram = CreateTestProgram ( "verify-container-args" ) ;
@@ -486,7 +483,6 @@ public async Task VerifyContainerCreateFile()
486
483
487
484
[ Fact ]
488
485
[ RequiresDocker ]
489
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
490
486
public async Task VerifyContainerStopStartWorks ( )
491
487
{
492
488
using var testProgram = CreateTestProgram ( "container-start-stop" , randomizePorts : false ) ;
@@ -574,7 +570,6 @@ public async Task VerifyExecutableStopStartWorks()
574
570
575
571
[ Fact ]
576
572
[ RequiresDocker ]
577
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
578
573
public async Task SpecifyingEnvPortInEndpointFlowsToEnv ( )
579
574
{
580
575
const string testName = "ports-flow-to-env" ;
@@ -631,7 +626,6 @@ public async Task SpecifyingEnvPortInEndpointFlowsToEnv()
631
626
}
632
627
633
628
[ Fact ]
634
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
635
629
public async Task StartAsync_DashboardAuthConfig_PassedToDashboardProcess ( )
636
630
{
637
631
const string testName = "dashboard-auth-config" ;
@@ -709,7 +703,6 @@ public async Task StartAsync_UnsecuredAllowAnonymous_PassedToDashboardProcess()
709
703
710
704
[ Fact ]
711
705
[ RequiresDocker ]
712
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
713
706
public async Task VerifyDockerWithEntrypointWorks ( )
714
707
{
715
708
const string testName = "docker-entrypoint" ;
@@ -738,7 +731,6 @@ public async Task VerifyDockerWithEntrypointWorks()
738
731
739
732
[ Fact ]
740
733
[ RequiresDocker ]
741
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
742
734
public async Task VerifyDockerWithBindMountWorksWithAbsolutePaths ( )
743
735
{
744
736
const string testName = "docker-bindmount-absolute" ;
@@ -769,7 +761,6 @@ public async Task VerifyDockerWithBindMountWorksWithAbsolutePaths()
769
761
770
762
[ Fact ]
771
763
[ RequiresDocker ]
772
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
773
764
public async Task VerifyDockerWithBindMountWorksWithRelativePaths ( )
774
765
{
775
766
const string testName = "docker-bindmount-relative" ;
@@ -800,7 +791,6 @@ public async Task VerifyDockerWithBindMountWorksWithRelativePaths()
800
791
801
792
[ Fact ]
802
793
[ RequiresDocker ]
803
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
804
794
public async Task VerifyDockerWithVolumeWorksWithName ( )
805
795
{
806
796
const string testName = "docker-volume" ;
@@ -830,7 +820,6 @@ public async Task VerifyDockerWithVolumeWorksWithName()
830
820
831
821
[ Fact ]
832
822
[ RequiresDocker ]
833
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
834
823
public async Task KubernetesHasResourceNameForContainersAndExes ( )
835
824
{
836
825
const string testName = "kube-resource-names" ;
@@ -888,7 +877,6 @@ public async Task KubernetesHasResourceNameForContainersAndExes()
888
877
}
889
878
890
879
[ Fact ]
891
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
892
880
public async Task ReplicasAndProxylessEndpointThrows ( )
893
881
{
894
882
const string testName = "replicas-no-proxyless-endpoints" ;
@@ -907,7 +895,6 @@ public async Task ReplicasAndProxylessEndpointThrows()
907
895
}
908
896
909
897
[ Fact ]
910
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
911
898
public async Task ProxylessEndpointWithoutPortThrows ( )
912
899
{
913
900
const string testName = "proxyess-endpoint-without-port" ;
@@ -927,7 +914,6 @@ public async Task ProxylessEndpointWithoutPortThrows()
927
914
}
928
915
929
916
[ Fact ]
930
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
931
917
public async Task ProxylessEndpointWorks ( )
932
918
{
933
919
const string testName = "proxyless-endpoint-works" ;
@@ -1031,7 +1017,6 @@ public async Task ProxylessAndProxiedEndpointBothWorkOnSameResource()
1031
1017
1032
1018
[ Fact ]
1033
1019
[ RequiresDocker ]
1034
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
1035
1020
public async Task ProxylessContainerCanBeReferenced ( )
1036
1021
{
1037
1022
const string testName = "proxyless-container" ;
@@ -1137,7 +1122,6 @@ public async Task WithEndpointProxySupportDisablesProxies()
1137
1122
1138
1123
[ Fact ]
1139
1124
[ RequiresDocker ]
1140
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
1141
1125
public async Task ProxylessContainerWithoutPortThrows ( )
1142
1126
{
1143
1127
const string testName = "proxyless-container-without-ports" ;
@@ -1156,7 +1140,6 @@ public async Task ProxylessContainerWithoutPortThrows()
1156
1140
1157
1141
[ Fact ]
1158
1142
[ RequiresDocker ]
1159
- [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/4651" ) ]
1160
1143
public async Task AfterResourcesCreatedLifecycleHookWorks ( )
1161
1144
{
1162
1145
const string testName = "lifecycle-hook-after-resource-created" ;
0 commit comments