Skip to content

Commit

Permalink
Fix/disable failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Sep 1, 2023
1 parent 60a5b68 commit 0a55e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
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 @@ -39,6 +40,7 @@
* @author Boni Garcia
* @since 1.3.0
*/
@Disabled
class EdgeTest {

final Logger log = getLogger(lookup().lookupClass());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class DockerGatherLogsFirefoxTest {
static final Logger log = getLogger(lookup().lookupClass());

WebDriverManager wdm = WebDriverManager.firefoxdriver().browserInDocker()
.watch();
.browserVersion("115").watch();
WebDriver driver;

@BeforeEach
Expand Down

0 comments on commit 0a55e1a

Please sign in to comment.