Skip to content

Commit 12b55af

Browse files
disable sync-port for rpc test too, remove PR-split leftovers
Signed-off-by: Alexandra Oberaigner <[email protected]>
1 parent 8ff44da commit 12b55af

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

providers/flagd/e2e/rpc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func TestRPCProviderE2E(t *testing.T) {
2626
}
2727

2828
// Run tests with RPC-specific tags - exclude unimplemented scenarios
29-
tags := "@rpc && ~@unixsocket && ~@targetURI && ~@sync && ~@metadata && ~@grace && ~@customCert && ~@caching && ~@forbidden"
29+
tags := "@rpc && ~@unixsocket && ~@targetURI && ~@sync && ~@metadata && ~@grace && ~@customCert && ~@caching && ~@forbidden && ~@sync-port"
3030

3131
if err := runner.RunGherkinTestsWithSubtests(t, featurePaths, tags); err != nil {
3232
t.Fatalf("Gherkin tests failed: %v", err)

providers/flagd/pkg/service/in_process/service.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ type Configuration struct {
112112
GrpcDialOptionsOverride []googlegrpc.DialOption
113113
CertificatePath string
114114
RetryGracePeriod int
115-
RetryBackOffMs int
116-
RetryBackOffMaxMs int
117115
FatalStatusCodes []string
118116
}
119117

0 commit comments

Comments
 (0)