Skip to content

Commit

Permalink
testing without google connection
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mknister committed Apr 20, 2022
1 parent e4e2718 commit 427ff6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public static void setup() throws Exception {
}

// attempts an SSL connection to Google
connectToGoogle();
//connectToGoogle();
}

@AfterClass
Expand Down Expand Up @@ -207,7 +207,7 @@ public static void teardown() throws Exception {
}

// attempts an SSL connection to Google
connectToGoogle();
//connectToGoogle();
}

@Test
Expand Down

0 comments on commit 427ff6f

Please sign in to comment.