From c41fb94823c3cb1ea1a9586ebdabb552b2f3ac4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michalina=20Ciencia=C5=82a?= Date: Tue, 9 Feb 2021 17:03:04 +0100 Subject: [PATCH] Temporary change to test reporting of test failures Change introduced to deliberatly make the tests fail. Will be reverted soon. --- .github/workflows/client.yml | 1 + pkg/beacon/beacon_test.go | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 081dedba2e..277fbfecd0 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -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 diff --git a/pkg/beacon/beacon_test.go b/pkg/beacon/beacon_test.go index 14a32ac62b..293055d5f6 100644 --- a/pkg/beacon/beacon_test.go +++ b/pkg/beacon/beacon_test.go @@ -17,6 +17,7 @@ const ( ) func TestConfirmRelayRequestOnFirstAttempt(t *testing.T) { + t.Fatalf("TEST ERROR") expectedRequestStartBlock := 1888 onConfirmedExecuted := false onConfirmed := func() {