Skip to content

Commit 087b5b4

Browse files
authored
Drop e2e test msg testing: warning: no tests to run (#2509)
Since migration to Godog framework, there are no other Go tests in `test/e2e` folder. Hence, we can skip their potential execution in `features_test/TestMain` and avoid getting the warning printed on the console.
1 parent 10c2841 commit 087b5b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/e2e/features_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ func TestMain(m *testing.M) {
3838
Options: &opts,
3939
}.Run()
4040

41-
if st := m.Run(); st > sc {
42-
sc = st
43-
}
4441
switch sc {
4542
// 0 - success
4643
case 0:

0 commit comments

Comments
 (0)