Skip to content

Commit

Permalink
Update test that works byitself, but assumes to much to work in integ…
Browse files Browse the repository at this point in the history
…ration tests.
  • Loading branch information
nevdelap committed Jun 5, 2024
1 parent 70da1b8 commit 55a6a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/minimal_cli/test_minimal_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_build(self, runner, project):
# 1 snapshot
assert "SKIP=1" in result.output
# Skipping due to fail_fast is shown when --debug is specified.
assert result.output.count("Skipping due to fail_fast") == 1
assert "Skipping due to fail_fast" in result.output


class TestDocsGenerate(BaseConfigProject):
Expand Down

0 comments on commit 55a6a63

Please sign in to comment.