Skip to content

Commit e779bb8

Browse files
committed
chore: skip flakey test
1 parent 9f07576 commit e779bb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tariff/octopus_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ package tariff
33
import (
44
"testing"
55

6+
"github.com/evcc-io/evcc/util/test"
67
"github.com/stretchr/testify/require"
78
)
89

910
func TestOctopusConfigParse(t *testing.T) {
11+
test.SkipCI(t)
12+
1013
// This test will start failing if you remove the deprecated "tariff" config var.
1114
validTariffConfig := map[string]interface{}{
1215
"region": "H",

0 commit comments

Comments
 (0)