File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ public async Task Role_Create_WithServiceIdentitiesReadByNameDelete()
287287 [ SkippableFact ]
288288 public async Task Role_Create_WithNodeIdentitiesUpdateWithNodeIdentityDelete ( )
289289 {
290- var cutOffVersion = SemanticVersion . Parse ( "1.18 .0" ) ;
290+ var cutOffVersion = SemanticVersion . Parse ( "1.6 .0" ) ;
291291 Skip . If ( AgentVersion < cutOffVersion , $ "Current version is { AgentVersion } , but Roles are only supported from Consul { cutOffVersion } ") ;
292292 Skip . If ( string . IsNullOrEmpty ( TestHelper . MasterToken ) ) ;
293293
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ public async Task Token_CreateWithServiceIdentitiesDelete()
191191 [ SkippableFact ]
192192 public async Task Token_CreateWithNodeIdentitiesDelete ( )
193193 {
194- var cutOffVersion = SemanticVersion . Parse ( "1.18 .0" ) ;
194+ var cutOffVersion = SemanticVersion . Parse ( "1.6 .0" ) ;
195195 Skip . If ( AgentVersion < cutOffVersion , $ "Current version is { AgentVersion } , but Service Tokens are only supported from Consul { cutOffVersion } ") ;
196196 Skip . If ( string . IsNullOrEmpty ( TestHelper . MasterToken ) ) ;
197197
You can’t perform that action at this time.
0 commit comments