mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Remove nocov flags for e2e tests.
Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
parent
1b125300bb
commit
3c40a68d09
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user