Skip to content

Commit 8954d30

Browse files
Skip wiremock-dependent AWS WIF impersonation tests on Jenkins (#1395)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c95dc33 commit 8954d30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Snowflake.Data.Tests/UnitTests/Authenticator/WorkloadIdentityFederationAuthenticatorAwsTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void TestSuccessfulAwsAttestation()
105105
Assert.Empty(attestation.UserIdentifierComponents);
106106
}
107107

108-
[SFFact]
108+
[SFFact(SkipCondition.SkipOnJenkins)]
109109
public void TestFailAttestationWhenStsCallFails()
110110
{
111111
// arrange - STS returns empty token
@@ -154,7 +154,7 @@ public void TestFailAttestationWhenNoRegion()
154154
Assert.Contains("Could not find AWS region", thrown.Message);
155155
}
156156

157-
[SFFact]
157+
[SFFact(SkipCondition.SkipOnJenkins)]
158158
public void TestSuccessfulAwsTransitiveImpersonation()
159159
{
160160
// arrange
@@ -170,7 +170,7 @@ public void TestSuccessfulAwsTransitiveImpersonation()
170170
AssertSessionSuccessfullyCreated(session);
171171
}
172172

173-
[SFFact]
173+
[SFFact(SkipCondition.SkipOnJenkins)]
174174
public void TestSuccessfulAwsTransitiveImpersonationAttestation()
175175
{
176176
// arrange

0 commit comments

Comments
 (0)