@@ -1424,12 +1424,6 @@ func TestV3WatchCloseCancelRace(t *testing.T) {
1424
1424
// TestV3WatchProgressWaitsForSync checks that progress notifications
1425
1425
// don't get sent until the watcher is synchronised
1426
1426
func TestV3WatchProgressWaitsForSync (t * testing.T ) {
1427
- // Disable for gRPC proxy, as it does not support requesting
1428
- // progress notifications
1429
- if integration .ThroughProxy {
1430
- t .Skip ("grpc proxy currently does not support requesting progress notifications" )
1431
- }
1432
-
1433
1427
integration .BeforeTest (t )
1434
1428
1435
1429
clus := integration .NewCluster (t , & integration.ClusterConfig {Size : 1 })
@@ -1490,9 +1484,6 @@ func TestV3WatchProgressWaitsForSync(t *testing.T) {
1490
1484
}
1491
1485
1492
1486
func TestV3WatchProgressWaitsForSyncNoEvents (t * testing.T ) {
1493
- if integration .ThroughProxy {
1494
- t .Skip ("grpc proxy currently does not support requesting progress notifications" )
1495
- }
1496
1487
integration .BeforeTest (t )
1497
1488
1498
1489
clus := integration .NewCluster (t , & integration.ClusterConfig {Size : 1 })
@@ -1536,9 +1527,6 @@ func TestV3WatchProgressWaitsForSyncNoEvents(t *testing.T) {
1536
1527
// TestV3NoEventsLostOnCompact verifies that slow watchers exit with compacted watch response
1537
1528
// if its next revision of events are compacted and no lost events sent to client.
1538
1529
func TestV3NoEventsLostOnCompact (t * testing.T ) {
1539
- if integration .ThroughProxy {
1540
- t .Skip ("grpc proxy currently does not support requesting progress notifications" )
1541
- }
1542
1530
integration .BeforeTest (t )
1543
1531
if len (gofail .List ()) == 0 {
1544
1532
t .Skip ("please run 'make gofail-enable' before running the test" )
0 commit comments