From 0ba3532f547d901505361d1fddea3bb0de5b0f66 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Thu, 7 Oct 2021 18:20:59 -0700 Subject: [PATCH] integration: Enables TestRuntimeHandler for Windows Signed-off-by: Claudiu Belu --- integration/runtime_handler_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration/runtime_handler_test.go b/integration/runtime_handler_test.go index 479524825..52cb6c26f 100644 --- a/integration/runtime_handler_test.go +++ b/integration/runtime_handler_test.go @@ -1,6 +1,3 @@ -//go:build linux -// +build linux - /* Copyright The containerd Authors.