mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
Disable network share test, appveyor bug. (#4446)
This commit is contained in:
committed by
Dee Koder
parent
072fcf3ba6
commit
e01b2fc06d
@@ -71,6 +71,9 @@ func sameFile(fi1, fi2 os1.FileInfo) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestNetworkSymbolicLink(t *testing.T) {
|
func TestNetworkSymbolicLink(t *testing.T) {
|
||||||
|
// Skipping this test for now - appveyor builds are failing.
|
||||||
|
t.Skip()
|
||||||
|
|
||||||
dir, err := ioutil.TempDir("", "TestNetworkSymbolicLink")
|
dir, err := ioutil.TempDir("", "TestNetworkSymbolicLink")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user