Skip to content

Commit

Permalink
remove test from cherry
Browse files Browse the repository at this point in the history
Signed-off-by: chrismark <chrismarkou92@gmail.com>
  • Loading branch information
ChrsMark committed Apr 1, 2021
1 parent 205f64e commit 45bd639
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions filebeat/reader/docker_json/docker_json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,6 @@ func TestDockerJSON(t *testing.T) {
Bytes: 82,
},
},
{
name: "Force JSON with CRI logs",
input: [][]byte{[]byte(`2017-09-12T22:32:21.212861448Z stdout 2017-09-12 22:32:21.212 [INFO][88] table.go 710: Invalidating dataplane cache`)},
stream: "all",
expectedError: io.EOF,
expectedMessage: reader.Message{
Bytes: 115,
},
},
{
name: "Force CRI log no tags",
input: [][]byte{[]byte(`2017-09-12T22:32:21.212861448Z stdout 2017-09-12 22:32:21.212 [INFO][88] table.go 710: Invalidating dataplane cache`)},
Expand Down

0 comments on commit 45bd639

Please sign in to comment.