Skip to content

Commit

Permalink
Revert "Temporarily disable failing no_newline_at_eol test"
Browse files Browse the repository at this point in the history
This reverts commit 4a8e887.
  • Loading branch information
MOZGIII committed Jun 15, 2020
1 parent be4b126 commit 5217151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/kubernetes-e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ fn partial_merge() -> Result<(), Box<dyn std::error::Error>> {

/// This test validates that vector partail message merging mechanism doesn't
/// interfere with the non-partial messages that don't end with newline.
#[ignore] // TODO: this is currently broken, but should be fixed before the merge
#[test]
fn no_newline_at_eol() -> Result<(), Box<dyn std::error::Error>> {
let _guard = lock();
Expand Down

0 comments on commit 5217151

Please sign in to comment.