-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Selenium test run hang after stopping the debugger (#4013)
* Fixed Selenium test run hang after stopping the debugger (#3995) * Rebranded TP version to 17.3.2 * Pipeline fix Co-authored-by: Codrin Poienaru <[email protected]>
- Loading branch information
1 parent
83d2f81
commit dd7c26b
Showing
34 changed files
with
666 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
deb http://ports.ubuntu.com/ubuntu-ports/ focal main restricted universe | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ focal main restricted universe | ||
|
||
deb http://ports.ubuntu.com/ubuntu-ports/ focal-updates main restricted universe | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ focal-updates main restricted universe | ||
|
||
deb http://ports.ubuntu.com/ubuntu-ports/ focal-backports main restricted | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ focal-backports main restricted | ||
|
||
deb http://ports.ubuntu.com/ubuntu-ports/ focal-security main restricted universe multiverse | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ focal-security main restricted universe multiverse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy main restricted universe | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy main restricted universe | ||
|
||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main restricted universe | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main restricted universe | ||
|
||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main restricted | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main restricted | ||
|
||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted universe multiverse | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted universe multiverse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
deb http://ports.ubuntu.com/ubuntu-ports/ focal main restricted universe | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ focal main restricted universe | ||
|
||
deb http://ports.ubuntu.com/ubuntu-ports/ focal-updates main restricted universe | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ focal-updates main restricted universe | ||
|
||
deb http://ports.ubuntu.com/ubuntu-ports/ focal-backports main restricted | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ focal-backports main restricted | ||
|
||
deb http://ports.ubuntu.com/ubuntu-ports/ focal-security main restricted universe multiverse | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ focal-security main restricted universe multiverse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy main restricted universe | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy main restricted universe | ||
|
||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main restricted universe | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main restricted universe | ||
|
||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main restricted | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main restricted | ||
|
||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted universe multiverse | ||
deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted universe multiverse |
Oops, something went wrong.