Skip to content

Commit f5aa841

Browse files
committed
integration: missing mergeDiff compat check
Signed-off-by: CrazyMax <[email protected]>
1 parent 365598b commit f5aa841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/build_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,6 +1991,7 @@ func testClientGatewayContainerSignal(t *testing.T, sb integration.Sandbox) {
19911991
}
19921992

19931993
func testClientGatewayNilResult(t *testing.T, sb integration.Sandbox) {
1994+
integration.CheckFeatureCompat(t, sb, integration.FeatureMergeDiff)
19941995
requiresLinux(t)
19951996
c, err := New(sb.Context(), sb.Address())
19961997
require.NoError(t, err)

0 commit comments

Comments
 (0)