Skip to content

Commit

Permalink
tests: ignores tinygo for cmd http e2e.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Jul 11, 2023
1 parent cc7e9c3 commit aab6565
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions http/e2e/cmd/httpe2e/main.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit aab6565

Please sign in to comment.