diff --git a/pkg/gui/gui_test.go b/pkg/gui/gui_test.go index 938765caf..fc1e59d4b 100644 --- a/pkg/gui/gui_test.go +++ b/pkg/gui/gui_test.go @@ -17,6 +17,7 @@ import ( "github.com/stretchr/testify/assert" ) +// heads up: this code needs some cleanup. It's currently partially duplicated in integration/main.go // To run an integration test, e.g. for test 'commit', go: // go test pkg/gui/gui_test.go -run /commit // @@ -32,9 +33,6 @@ import ( // not clean up that directory so you can cd into it to see for yourself what // happened when a test failed. // -// To run tests in parallel pass `PARALLEL=true` as an env var. Tests are run in parallel -// on CI, and are run in a pty so you won't be able to see the stdout of the program -// // To override speed, pass e.g. `SPEED=1` as an env var. Otherwise we start each test // at a high speed and then drop down to lower speeds upon each failure until finally // trying at the original playback speed (speed 1). A speed of 2 represents twice the