Skip to content

Commit

Permalink
Skip tests that break on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
campoy committed Jun 15, 2021
1 parent fc053f9 commit cf50589
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kyaml/filesys/confirmeddir_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0

// +build !windows

package filesys

import (
Expand Down
2 changes: 2 additions & 0 deletions kyaml/filesys/fsnode_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0

// +build !windows

package filesys

import (
Expand Down
2 changes: 2 additions & 0 deletions kyaml/filesys/fsondisk_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0

// +build !windows

package filesys

import (
Expand Down
2 changes: 2 additions & 0 deletions kyaml/filesys/util_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright 2021 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0

// +build !windows

package filesys

import (
Expand Down

0 comments on commit cf50589

Please sign in to comment.