From 63a2c2bc2d95081b948fd8a4c7fb30732f6c7273 Mon Sep 17 00:00:00 2001
From: Michael Angerman <1809991+stormasm@users.noreply.github.com>
Date: Sun, 13 Feb 2022 20:46:12 -0800
Subject: [PATCH] remove ignore for sort_by command test by_column which is now
 passing (#4465)

---
 crates/nu-command/tests/commands/sort_by.rs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/crates/nu-command/tests/commands/sort_by.rs b/crates/nu-command/tests/commands/sort_by.rs
index 5f3e43a8cb..7415b33f10 100644
--- a/crates/nu-command/tests/commands/sort_by.rs
+++ b/crates/nu-command/tests/commands/sort_by.rs
@@ -1,7 +1,5 @@
 use nu_test_support::{nu, pipeline};
 
-// FIXME: jt: needs more work
-#[ignore]
 #[test]
 fn by_column() {
     let actual = nu!(