Skip to content

Commit

Permalink
Disable PasswordlessMySQLIT (#31488)
Browse files Browse the repository at this point in the history
* disable PasswordlessMySQLIT
  • Loading branch information
backwind1233 authored Oct 17, 2022
1 parent 896f84f commit 98808bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import com.azure.cosmos.implementation.guava25.base.Joiner;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
Expand All @@ -15,6 +16,7 @@
import java.util.ArrayList;
import java.util.List;

@Disabled("Disabled until issue #31476 has been fixed!")
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE)
@ActiveProfiles("jdbc-mysql")
class PasswordlessMySQLIT {
Expand Down
3 changes: 1 addition & 2 deletions sdk/spring/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ stages:
SubscriptionConfiguration: $(sub-config-gov-test-resources)
China:
SubscriptionConfiguration: $(sub-config-cn-test-resources)
Location: 'chinanorth'
Location: 'chinanorth3'
TestResourceDirectories:
- spring/spring-cloud-azure-integration-tests/test-resources/jdbc/mysql
- spring/spring-cloud-azure-integration-tests/test-resources/appconfiguration
- spring/spring-cloud-azure-integration-tests/test-resources/cosmos
- spring/spring-cloud-azure-integration-tests/test-resources/eventhubs
Expand Down

0 comments on commit 98808bd

Please sign in to comment.