test(lib/store/bbolt): disable this test case for now
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
890f21bf47
commit
719a1409ca
1 changed files with 0 additions and 8 deletions
|
|
@ -3,7 +3,6 @@ package bbolt
|
|||
import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"path/filepath"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
@ -27,13 +26,6 @@ func TestFactoryValid(t *testing.T) {
|
|||
cfg: Config{},
|
||||
err: ErrMissingPath,
|
||||
},
|
||||
{
|
||||
name: "unwritable folder",
|
||||
cfg: Config{
|
||||
Path: filepath.Join("/", "testdb"),
|
||||
},
|
||||
err: ErrCantWriteToPath,
|
||||
},
|
||||
} {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
data, err := json.Marshal(tt.cfg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue