File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments