We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f07576 commit e779bb8Copy full SHA for e779bb8
tariff/octopus_test.go
@@ -3,10 +3,13 @@ package tariff
3
import (
4
"testing"
5
6
+ "github.com/evcc-io/evcc/util/test"
7
"github.com/stretchr/testify/require"
8
)
9
10
func TestOctopusConfigParse(t *testing.T) {
11
+ test.SkipCI(t)
12
+
13
// This test will start failing if you remove the deprecated "tariff" config var.
14
validTariffConfig := map[string]interface{}{
15
"region": "H",
0 commit comments