@@ -36,7 +36,7 @@ protected override async Task InitializeAsync()
36
36
Assert . Equal ( 2 , Batches . Count ) ;
37
37
}
38
38
39
- [ Fact ]
39
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
40
40
public async Task CannotInvokeNonJSInvokableMethods ( )
41
41
{
42
42
// Arrange
@@ -57,7 +57,7 @@ await Client.InvokeDotNetMethod(
57
57
await ValidateClientKeepsWorking ( Client , Batches ) ;
58
58
}
59
59
60
- [ Fact ]
60
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
61
61
public async Task CannotInvokeNonExistingMethods ( )
62
62
{
63
63
// Arrange
@@ -78,7 +78,7 @@ await Client.InvokeDotNetMethod(
78
78
await ValidateClientKeepsWorking ( Client , Batches ) ;
79
79
}
80
80
81
- [ Fact ]
81
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
82
82
public async Task CannotInvokeJSInvokableMethodsWithWrongNumberOfArguments ( )
83
83
{
84
84
// Arrange
@@ -99,7 +99,7 @@ await Client.InvokeDotNetMethod(
99
99
await ValidateClientKeepsWorking ( Client , Batches ) ;
100
100
}
101
101
102
- [ Fact ]
102
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
103
103
public async Task CannotInvokeJSInvokableMethodsEmptyAssemblyName ( )
104
104
{
105
105
// Arrange
@@ -120,7 +120,7 @@ await Client.InvokeDotNetMethod(
120
120
await ValidateClientKeepsWorking ( Client , Batches ) ;
121
121
}
122
122
123
- [ Fact ]
123
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
124
124
public async Task CannotInvokeJSInvokableMethodsEmptyMethodName ( )
125
125
{
126
126
// Arrange
@@ -142,7 +142,7 @@ await Client.InvokeDotNetMethod(
142
142
await ValidateClientKeepsWorking ( Client , Batches ) ;
143
143
}
144
144
145
- [ Fact ]
145
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
146
146
public async Task CannotInvokeJSInvokableMethodsWithWrongReferenceId ( )
147
147
{
148
148
// Arrange
@@ -182,7 +182,7 @@ await Client.InvokeDotNetMethod(
182
182
await ValidateClientKeepsWorking ( Client , Batches ) ;
183
183
}
184
184
185
- [ Fact ]
185
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
186
186
public async Task CannotInvokeJSInvokableMethodsWrongReferenceIdType ( )
187
187
{
188
188
// Arrange
@@ -213,7 +213,7 @@ await Client.InvokeDotNetMethod(
213
213
await ValidateClientKeepsWorking ( Client , Batches ) ;
214
214
}
215
215
216
- [ Fact ]
216
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
217
217
public async Task ContinuesWorkingAfterInvalidAsyncReturnCallback ( )
218
218
{
219
219
// Arrange
@@ -242,7 +242,7 @@ await Client.HubConnection.InvokeAsync(
242
242
await ValidateClientKeepsWorking ( Client , Batches ) ;
243
243
}
244
244
245
- [ Fact ]
245
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
246
246
public async Task JSInteropCompletionSuccess ( )
247
247
{
248
248
// Arrange
@@ -271,7 +271,7 @@ await Client.HubConnection.InvokeAsync(
271
271
Assert . Equal ( LogLevel . Debug , entry . LogLevel ) ;
272
272
}
273
273
274
- [ Fact ]
274
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
275
275
public async Task JSInteropThrowsInUserCode ( )
276
276
{
277
277
// Arrange
@@ -304,7 +304,7 @@ await Client.HubConnection.InvokeAsync(
304
304
await ValidateClientKeepsWorking ( Client , Batches ) ;
305
305
}
306
306
307
- [ Fact ]
307
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
308
308
public async Task MalformedJSInteropCallbackDisposesCircuit ( )
309
309
{
310
310
// Arrange
@@ -339,7 +339,7 @@ await Client.ExpectCircuitErrorAndDisconnect(async () =>
339
339
} ) ;
340
340
}
341
341
342
- [ Fact ]
342
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
343
343
public async Task CannotInvokeJSInvokableMethodsWithInvalidArgumentsPayload ( )
344
344
{
345
345
// Arrange
@@ -360,7 +360,7 @@ await Client.InvokeDotNetMethod(
360
360
await ValidateClientKeepsWorking ( Client , Batches ) ;
361
361
}
362
362
363
- [ Fact ]
363
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
364
364
public async Task CannotInvokeJSInvokableMethodsWithMalformedArgumentPayload ( )
365
365
{
366
366
// Arrange
@@ -381,7 +381,7 @@ await Client.InvokeDotNetMethod(
381
381
await ValidateClientKeepsWorking ( Client , Batches ) ;
382
382
}
383
383
384
- [ Fact ]
384
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
385
385
public async Task DispatchingEventsWithInvalidPayloadsShutsDownCircuitGracefully ( )
386
386
{
387
387
// Arrange
@@ -405,7 +405,7 @@ await Client.ExpectCircuitErrorAndDisconnect(async () =>
405
405
} ) ;
406
406
}
407
407
408
- [ Fact ]
408
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
409
409
public async Task DispatchingEventsWithInvalidEventDescriptor ( )
410
410
{
411
411
// Arrange
@@ -429,7 +429,7 @@ await Client.ExpectCircuitErrorAndDisconnect(async () =>
429
429
} ) ;
430
430
}
431
431
432
- [ Fact ]
432
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
433
433
public async Task DispatchingEventsWithInvalidEventArgs ( )
434
434
{
435
435
// Arrange
@@ -461,7 +461,7 @@ await Client.ExpectCircuitErrorAndDisconnect(async () =>
461
461
} ) ;
462
462
}
463
463
464
- [ Fact ]
464
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
465
465
public async Task DispatchingEventsWithInvalidEventHandlerId ( )
466
466
{
467
467
// Arrange
@@ -495,7 +495,7 @@ await Client.ExpectCircuitErrorAndDisconnect(async () =>
495
495
} ) ;
496
496
}
497
497
498
- [ Fact ]
498
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/19666" ) ]
499
499
public async Task EventHandlerThrowsSyncExceptionTerminatesTheCircuit ( )
500
500
{
501
501
// Arrange
0 commit comments