We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1748e6 commit c0f32acCopy full SHA for c0f32ac
integration-tests/integration_test.go
@@ -103,19 +103,6 @@ func TestProcfsScraper(t *testing.T) {
103
ProcessExecFilePath: "/usr/sbin/nginx",
104
ProcessArgs: "",
105
},
106
- }, {
107
- Protocol: "L4_PROTOCOL_TCP",
108
- CloseTimestamp: types.NilTimestamp,
109
- Address: types.ListenAddress{
110
- AddressData: "\x00\x00\x00\x00",
111
- Port: 80,
112
- IpNetwork: "\x00\x00\x00\x00 ",
113
- },
114
- Originator: types.ProcessOriginator{
115
- ProcessName: "nginx",
116
- ProcessExecFilePath: "/usr/sbin/nginx",
117
- ProcessArgs: "",
118
119
120
121
}
0 commit comments