1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-04 17:47:00 +03:00

M #-: Disable GOCA vm test (#4342)

This commit is contained in:
Christian González 2020-03-11 13:37:17 +01:00 committed by GitHub
parent 04023a0ebb
commit d74d085586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -22,4 +22,4 @@ go get
go get gopkg.in/check.v1 go get gopkg.in/check.v1
# run tests # run tests
go test go test -tags disabled

View File

@ -1,3 +1,5 @@
// +build !disabled
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
/* Copyright 2002-2019, OpenNebula Project, OpenNebula Systems */ /* Copyright 2002-2019, OpenNebula Project, OpenNebula Systems */
/* */ /* */