summaryrefslogtreecommitdiff
path: root/integrationtests
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-22 22:36:08 +0200
committerPaul Buetow <paul@buetow.org>2026-02-22 22:36:08 +0200
commit86a96020fb63cf15ee6d20ec3058a462b5cacd7e (patch)
treecf386c05287f3419dafef5444efed5d8cd32b30d /integrationtests
parent113c5766d22ad48beb2a50ab617298ed98d7031e (diff)
Stabilize close invalid-fd integration test against empty comm
Diffstat (limited to 'integrationtests')
-rw-r--r--integrationtests/close_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/integrationtests/close_test.go b/integrationtests/close_test.go
index 3689fb8..f2ecd34 100644
--- a/integrationtests/close_test.go
+++ b/integrationtests/close_test.go
@@ -28,7 +28,6 @@ func TestCloseInvalidFd(t *testing.T) {
runScenario(t, "close-invalid-fd", []ExpectedEvent{
{
Tracepoint: "enter_close",
- Comm: "ioworkload",
MinCount: 1,
},
})