Correctly disable ZFS for test cases (#2182)
Disable `collector/zfs_linux_test.go` in case `!nozfs` is set to completely disable ZFS. Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
This commit is contained in:
parent
43a46f3b0f
commit
0dc82eac13
|
@ -11,6 +11,9 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !nozfs
|
||||
// +build !nozfs
|
||||
|
||||
package collector
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue