We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1389aa5 commit 269df71Copy full SHA for 269df71
src/integrationtest/java/com.microsoft.aad.msal4j/DeviceCodeIT.java
@@ -60,8 +60,8 @@ public void DeviceCodeFlowTest(String environment) throws Exception {
60
}
61
62
private void runAutomatedDeviceCodeFlow(DeviceCode deviceCode, User user){
63
- boolean isRunningLocally = !Strings.isNullOrEmpty(
64
- System.getenv(TestConstants.LOCAL_FLAG_ENV_VAR));
+ boolean isRunningLocally = true;//!Strings.isNullOrEmpty(
+ //System.getenv(TestConstants.LOCAL_FLAG_ENV_VAR));
65
66
LOG.info("Device code running locally: " + isRunningLocally);
67
try{
0 commit comments