Remove nocov flags for e2e tests.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair 2023-03-30 15:37:09 +13:00
parent 1b125300bb
commit 3c40a68d09
No known key found for this signature in database
5 changed files with 3 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !cov
package e2e
import (

View File

@ -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

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !cov
package e2e
import (