From f3987e90fba33dab08e681fc752bbada6716251e Mon Sep 17 00:00:00 2001 From: onizmx Date: Mon, 10 Jun 2024 13:40:29 +1200 Subject: [PATCH] gs: Fix test --- .../scheduling/scheduler_test.go | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/pkg/gatewayserver/scheduling/scheduler_test.go b/pkg/gatewayserver/scheduling/scheduler_test.go index c7297f87c6..111021e2ce 100644 --- a/pkg/gatewayserver/scheduling/scheduler_test.go +++ b/pkg/gatewayserver/scheduling/scheduler_test.go @@ -166,26 +166,6 @@ func TestScheduleAtWithBandDutyCycle(t *testing.T) { // Exceeding dwell time of 2 seconds. ExpectedError: scheduling.ErrDwellTime, }, - { - PayloadSize: 16, - Settings: &ttnpb.TxSettings{ - DataRate: &ttnpb.DataRate{ - Modulation: &ttnpb.DataRate_Lora{ - Lora: &ttnpb.LoRaDataRate{ - Bandwidth: 125000, - SpreadingFactor: 7, - CodingRate: band.Cr4_5, - }, - }, - }, - Frequency: 868100000, - Time: timestamppb.New(time.Unix(0, int64(1*time.Second))), - }, - Priority: ttnpb.TxSchedulePriority_HIGHEST, - MedianRTT: durationPtr(200 * time.Millisecond), - ExpectedToa: 51456 * time.Microsecond, - ExpectedStarts: 1000000000 - 200000000/2, - }, { SyncWithGatewayAbsolute: true, PayloadSize: 16,