From aab6565d9fadbb0e000c1f6f971c2dd462b45fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Ch=C3=A1vez?= Date: Tue, 11 Jul 2023 10:33:55 +0200 Subject: [PATCH] tests: ignores tinygo for cmd http e2e. --- http/e2e/cmd/httpe2e/main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/http/e2e/cmd/httpe2e/main.go b/http/e2e/cmd/httpe2e/main.go index 7aa027291..e60899bf4 100644 --- a/http/e2e/cmd/httpe2e/main.go +++ b/http/e2e/cmd/httpe2e/main.go @@ -1,6 +1,9 @@ // Copyright 2023 Juan Pablo Tosso and the OWASP Coraza contributors // SPDX-License-Identifier: Apache-2.0 +//go:build !tinygo +// +build !tinygo + package main import (