@@ -1261,7 +1261,7 @@ public IEnumerator TestSendingWithSingleNotOverride()
1261
1261
}
1262
1262
1263
1263
[ Timeout ( 1200000 ) ]
1264
- [ TestFixture ( HostOrServer . Host ) ]
1264
+ [ TestFixture ( HostOrServer . Host ) ]
1265
1265
[ TestFixture ( HostOrServer . Server ) ]
1266
1266
internal class UniversalRpcTestSendingWithGroupOverride : UniversalRpcTestsBase
1267
1267
{
@@ -1288,6 +1288,7 @@ public enum AllocationType
1288
1288
1289
1289
// Extending timeout since the added yield return causes this test to commonly timeout
1290
1290
[ Test ]
1291
+ [ Ignore ( "Test Needs Refactor" ) ]
1291
1292
public void TestSendingWithGroupOverride (
1292
1293
[ Values ] SendTo defaultSendTo ,
1293
1294
[ ValueSource ( nameof ( RecipientGroups ) ) ] ulong [ ] recipient ,
@@ -1338,6 +1339,7 @@ [Values] AllocationType allocationType
1338
1339
}
1339
1340
}
1340
1341
1342
+
1341
1343
[ Timeout ( 1200000 ) ]
1342
1344
[ TestFixture ( HostOrServer . Host ) ]
1343
1345
[ TestFixture ( HostOrServer . Server ) ]
@@ -1364,8 +1366,10 @@ public enum AllocationType
1364
1366
List
1365
1367
}
1366
1368
1369
+
1367
1370
// Extending timeout since the added yield return causes this test to commonly timeout
1368
1371
[ Test ]
1372
+ [ Ignore ( "Test Needs Refactor" ) ]
1369
1373
public void TestSendingWithGroupNotOverride (
1370
1374
[ Values ] SendTo defaultSendTo ,
1371
1375
[ ValueSource ( nameof ( RecipientGroups ) ) ] ulong [ ] recipient ,
0 commit comments