From 2b8d35cbd48300054ae7597b7bf19708c3ef3bba Mon Sep 17 00:00:00 2001 From: "Andrew Jackson (Ajax)" Date: Thu, 26 Oct 2023 22:16:33 -0500 Subject: [PATCH] unit tests are done --- itests/harmonytask_test.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/itests/harmonytask_test.go b/itests/harmonytask_test.go index 7cb2011f3..7867ca194 100644 --- a/itests/harmonytask_test.go +++ b/itests/harmonytask_test.go @@ -254,11 +254,3 @@ func TestTaskRetry(t *testing.T) { {2, false, "error: intentional 'error'"}}, res) }) } - -/* -FUTURE test fast-pass round-robin via http calls (3party) once the API for that is set -It's necessary for WinningPoSt. - -FUTURE test follows. -It's necessary for sealing work. -*/