Remove nocov flags for e2e tests.
Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !linux || cov
|
||||
//go:build !linux
|
||||
|
||||
package osutil
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build linux && !cov
|
||||
//go:build linux
|
||||
|
||||
package osutil
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !cov
|
||||
|
||||
package e2e
|
||||
|
||||
import (
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !cov && !cluster_proxy
|
||||
//go:build !cluster_proxy
|
||||
|
||||
package e2e
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !cov
|
||||
|
||||
package e2e
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user