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