File tree Expand file tree Collapse file tree 6 files changed +9
-0
lines changed
Components/test/E2ETest/Tests
Razor/Microsoft.NET.Sdk.Razor/integrationtests
SignalR/clients/java/signalr/test/src/main/java/com/microsoft/signalr Expand file tree Collapse file tree 6 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ public void PreventDefault_AppliesToFormOnSubmitHandlers()
177177 }
178178
179179 [ Fact ]
180+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/25929" ) ]
180181 public void PreventDefault_DotNotApplyByDefault ( )
181182 {
182183 var appElement = Browser . MountTestComponent < EventPreventDefaultComponent > ( ) ;
Original file line number Diff line number Diff line change 99using BasicTestApp . FormsTest ;
1010using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
1111using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
12+ using Microsoft . AspNetCore . Testing ;
1213using Microsoft . AspNetCore . E2ETesting ;
1314using OpenQA . Selenium ;
1415using OpenQA . Selenium . Support . Extensions ;
@@ -128,6 +129,7 @@ public void CanUploadMultipleFiles()
128129 }
129130
130131 [ Fact ]
132+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/25929" ) ]
131133 public void CanUploadAndConvertImageFile ( )
132134 {
133135 var sourceImageId = "image-source" ;
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ public void RerendersWhenItemSizeShrinks_Async()
163163 }
164164
165165 [ Fact ]
166+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/25929" ) ]
166167 public void CancelsOutdatedRefreshes_Async ( )
167168 {
168169 var cancellationCount = Browser . FindElement ( By . Id ( "cancellation-count" ) ) ;
Original file line number Diff line number Diff line change 66using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
77using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
88using Microsoft . AspNetCore . E2ETesting ;
9+ using Microsoft . AspNetCore . Testing ;
910using OpenQA . Selenium ;
1011using Xunit ;
1112using Xunit . Abstractions ;
@@ -33,6 +34,7 @@ protected override void InitializeAsyncCore()
3334 }
3435
3536 [ Fact ]
37+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/25929" ) ]
3638 public void WebAssemblyConfiguration_Works ( )
3739 {
3840 // Verify values from the default 'appsettings.json' are read.
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ public virtual async Task BuildingProject_CopyToOutputDirectoryFiles()
7474 }
7575
7676 [ Fact ]
77+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/25931" ) ]
7778 public virtual async Task Publish_Project ( )
7879 {
7980 using ( CreateTestProject ( ) )
Original file line number Diff line number Diff line change 1717import java .util .concurrent .atomic .AtomicReference ;
1818
1919import org .junit .jupiter .api .Test ;
20+ import org .junit .jupiter .api .Disabled ;
2021
2122import ch .qos .logback .classic .spi .ILoggingEvent ;
2223import io .reactivex .Completable ;
@@ -3197,6 +3198,7 @@ public void stopWithoutObservingWithLongPollingTransportStops() {
31973198 assertEquals (HubConnectionState .DISCONNECTED , hubConnection .getConnectionState ());
31983199 }
31993200
3201+ @ Disabled
32003202 @ Test
32013203 public void hubConnectionClosesAndRunsOnClosedCallbackAfterCloseMessageWithLongPolling () {
32023204 AtomicInteger requestCount = new AtomicInteger (0 );
You can’t perform that action at this time.
0 commit comments