diff options
Diffstat (limited to 'internal/namespace/namespace_test.go')
| -rw-r--r-- | internal/namespace/namespace_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/namespace/namespace_test.go b/internal/namespace/namespace_test.go index 10511dd..54e3c93 100644 --- a/internal/namespace/namespace_test.go +++ b/internal/namespace/namespace_test.go @@ -6,7 +6,7 @@ import ( "testing" ) -// We move the complex isolation testing to tests/e2e to avoid +// 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") |
