Skip to content

Commit 043c306

Browse files
authored
[Internal] Run AccountClientIT test only for aws-prod-ucacct (#311)
## Changes <!-- Summary of your changes that are easy to understand --> Non-UC workspaces do not support adding SP. This is currently blocking the release pipeline due to a failing test in our integration tests. To unblock released we are only going to run this test in aws-prod-ucacct ## Tests <!-- How is this tested? --> Manually ran this test locally on ucacct and it passed Also ran nightly over the which passed for aws-prod-acct
1 parent a114599 commit 043c306

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

databricks-sdk-java/src/test/java/com/databricks/sdk/integration/AccountClientIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
import org.junit.jupiter.api.Test;
1010
import org.junit.jupiter.api.extension.ExtendWith;
1111

12-
@EnvContext("account")
12+
// Enable this test for aws-prod-acct once the issue with adding SP to non UC account is resolved
13+
@EnvContext("ucacct")
1314
@ExtendWith(EnvTest.class)
1415
public class AccountClientIT {
1516
@Test

0 commit comments

Comments
 (0)