Skip to content

Commit

Permalink
Updated circumventiont suite test
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Oct 17, 2023
1 parent 2295890 commit 5336624
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ public void getTestList_full() {

List<AbstractTest> tests = Arrays.asList(suite.getTestList(pm));

// Psiphon and Tor. Riseup VPN has been temporarily disabled.
assertEquals(2, tests.size());
assertEquals(3, tests.size());
assertTrue(findTestClass(tests, Psiphon.class));
assertTrue(findTestClass(tests, Tor.class));
// assertTrue(findTestClass(tests, RiseupVPN.class));
assertTrue(findTestClass(tests, RiseupVPN.class));
}

private boolean findTestClass(List<AbstractTest> tests, Class<? extends AbstractTest> klass) {
Expand Down

0 comments on commit 5336624

Please sign in to comment.