Skip to content

Commit fc7688d

Browse files
committed
Missed a SkipVersion on one of the Shield Authenticate scenarios
1 parent 78774ef commit fc7688d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tests/XPack/Security/Authenticate/AuthenticateApiTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ protected override void ExpectResponse(IAuthenticateResponse response)
3737
}
3838

3939
[Collection(IntegrationContext.Shield)]
40+
[SkipVersion("<2.3.0", "")]
4041
public class AuthenticateRequestConfigurationApiTests : AuthenticateApiTests
4142
{
4243
public AuthenticateRequestConfigurationApiTests(ShieldCluster cluster, EndpointUsage usage) : base(cluster, usage) { }

0 commit comments

Comments
 (0)