Skip to content

Commit

Permalink
Enable Edge test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Jul 25, 2024
1 parent 63b58ff commit 3b7165a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.edge.EdgeDriver;
Expand All @@ -40,7 +39,6 @@
* @author Boni Garcia
* @since 1.3.0
*/
@Disabled
class EdgeTest {

final Logger log = getLogger(lookup().lookupClass());
Expand Down

0 comments on commit 3b7165a

Please sign in to comment.