Skip to content

Commit

Permalink
[debug] confirm, that timeout tests executed at the beginning would b…
Browse files Browse the repository at this point in the history
…reak window tests down the road
  • Loading branch information
aik099 committed Nov 4, 2024
1 parent 682cd41 commit b33289b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
WEB_FIXTURES_BROWSER: ${{ matrix.browser }}
DRIVER_MACHINE_BASE_PATH: /fixtures/
run: |
vendor/bin/phpunit -v --coverage-clover=coverage.xml --colors=always --testdox
vendor/bin/phpunit -v --coverage-clover=coverage.xml --colors=always --testdox --exclude-group timeouts
- name: Upload coverage
uses: codecov/codecov-action@v4
Expand Down
3 changes: 3 additions & 0 deletions tests/Custom/TimeoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

use Behat\Mink\Exception\DriverException;

/**
* @group timeouts
*/
class TimeoutTest extends TestCase
{
protected function tearDown(): void
Expand Down

0 comments on commit b33289b

Please sign in to comment.