Skip to content

Commit 269df71

Browse files
committed
Update DeviceCodeIT.java
1 parent 1389aa5 commit 269df71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/integrationtest/java/com.microsoft.aad.msal4j/DeviceCodeIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ public void DeviceCodeFlowTest(String environment) throws Exception {
6060
}
6161

6262
private void runAutomatedDeviceCodeFlow(DeviceCode deviceCode, User user){
63-
boolean isRunningLocally = !Strings.isNullOrEmpty(
64-
System.getenv(TestConstants.LOCAL_FLAG_ENV_VAR));
63+
boolean isRunningLocally = true;//!Strings.isNullOrEmpty(
64+
//System.getenv(TestConstants.LOCAL_FLAG_ENV_VAR));
6565

6666
LOG.info("Device code running locally: " + isRunningLocally);
6767
try{

0 commit comments

Comments
 (0)