Pin to api/v0.6.1

This commit is contained in:
jregan
2020-09-17 12:01:47 -07:00
parent 20cd4bfef9
commit b115c95ea1
56 changed files with 85 additions and 83 deletions

View File

@@ -65,8 +65,8 @@ func TestLoader(t *testing.T) {
t.Fatal(err)
}
for _, behavior := range []types.BuiltinPluginLoadingOptions{
types.BploUseStaticallyLinked,
types.BploLoadFromFileSys} {
/* types.BploUseStaticallyLinked,
types.BploLoadFromFileSys */} {
c, err := konfig.EnabledPluginConfig(behavior)
if err != nil {
t.Fatal(err)