summaryrefslogtreecommitdiff
path: root/internal/namespace/namespace_test.go
blob: 54e3c93a6084292c9a007ce107db6c82f58e2458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//go:build linux

package namespace

import (
	"testing"
)

// We move the complex isolation testing to tests/e2e to avoid
// issues with Go's temporary test binaries and process replacement.
func TestNamespacePackage(t *testing.T) {
	t.Skip("Namespace isolation tests moved to tests/e2e")
}