Skip to content

Commit

Permalink
Disable TBF tests for WASM due to poor performance
Browse files Browse the repository at this point in the history
  • Loading branch information
stv0g committed Apr 12, 2023
1 parent 8cca64e commit 9ec3bb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vnet/tbf_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !wasm
// +build !wasm

package vnet

import (
Expand Down

0 comments on commit 9ec3bb2

Please sign in to comment.