diff --git a/internal/e2e/tunnel_test.go b/internal/e2e/tunnel_test.go index dc060ce..d6b1d16 100644 --- a/internal/e2e/tunnel_test.go +++ b/internal/e2e/tunnel_test.go @@ -369,7 +369,6 @@ func builtInTransportNames() []string { return []string{transportData, transportVideo, transportSEI, transportVP8} } -//nolint:cyclop // matrix of carrier×transport expectations is naturally branchy func realE2ECaseExpectation(carrierName, transportName string) realE2EExpectation { switch carrierName { case "telemost": diff --git a/mobile/mobile_test.go b/mobile/mobile_test.go index 74cfdc8..8938f4e 100644 --- a/mobile/mobile_test.go +++ b/mobile/mobile_test.go @@ -106,7 +106,6 @@ func TestDefaultsAndSetters(t *testing.T) { } } -//nolint:cyclop // table-driven test naturally has many branches func TestNormalizeBuildRoomAndClamp(t *testing.T) { tests := map[string]string{ "datachannel": dataTransport,