Skip to content

Commit 991ff43

Browse files
authored
Disable the unstable testcase (Azure#44728)
* Improve testcase stability * Disable the testcase
1 parent 0fe07d7 commit 991ff43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/identity/azure-identity-extensions/src/test/java/com/azure/identity/extensions/implementation/template/AzureAuthenticationTemplateTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import com.azure.identity.extensions.implementation.credential.provider.CachingTokenCredentialProvider;
1111
import com.azure.identity.extensions.implementation.credential.provider.DefaultTokenCredentialProvider;
1212
import com.azure.identity.extensions.implementation.enums.AuthProperty;
13+
import org.junit.jupiter.api.Disabled;
1314
import org.junit.jupiter.api.Test;
1415
import org.mockito.MockedConstruction;
1516
import reactor.core.publisher.Mono;
@@ -151,6 +152,7 @@ void verityTokeWithDefaultCredentialProvider() throws InterruptedException {
151152
}
152153
}
153154

155+
@Disabled("Enable it when it is stable")
154156
@Test
155157
void verityTokenWithCachingCredentialProvider() throws InterruptedException {
156158
int tokenExpireSeconds = 2;

0 commit comments

Comments
 (0)