summaryrefslogtreecommitdiff
path: root/internal/namespace/namespace_test.go
blob: 10511dd62c678afe71c2c5d63cf0225ac7b8a526 (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")
}