Skip to content

Commit

Permalink
Temporary change to test reporting of test failures
Browse files Browse the repository at this point in the history
Change introduced to deliberatly make the tests fail. Will be reverted
soon.
  • Loading branch information
michalinacienciala committed Feb 9, 2021
1 parent a368ae6 commit c41fb94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ jobs:
files: ./test-results/unit-tests.xml
check_name: Go Test Results # name under which test results will be presented in GitHub (optional)
comment_on_pr: false # turns off commenting on Pull Requests
# temporary comment
1 change: 1 addition & 0 deletions pkg/beacon/beacon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const (
)

func TestConfirmRelayRequestOnFirstAttempt(t *testing.T) {
t.Fatalf("TEST ERROR")
expectedRequestStartBlock := 1888
onConfirmedExecuted := false
onConfirmed := func() {
Expand Down

0 comments on commit c41fb94

Please sign in to comment.