Skip to content

Commit

Permalink
Debug end2end
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Apr 20, 2024
1 parent b60445b commit a52aa1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/end2end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- end2end

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion sail/tests/end2end.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from unittest.mock import Mock, patch

# Skip some tests if true
work_in_progress = False
work_in_progress = True

# Some commands use os.execlp to pass control to the
# child process, which stops test execution after the
Expand Down

0 comments on commit a52aa1c

Please sign in to comment.