From: Stefano Rivera <stefanor@debian.org>
Date: Mon, 12 Mar 2018 14:36:58 -0700
Subject: Skip test_command_line_option_relative_to_working_dir

Bug-Upstream: https://github.com/beetbox/beets/issues/2400
---
 test/test_ui.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/test_ui.py b/test/test_ui.py
index 9804b0a..877642d 100644
--- a/test/test_ui.py
+++ b/test/test_ui.py
@@ -953,6 +953,7 @@ class ConfigTest(unittest.TestCase, TestHelper, _common.Assertions):
             os.path.join(self.beetsdir, b'state')
         )
 
+    @unittest.skip("Broken")
     def test_command_line_option_relative_to_working_dir(self):
         config.read()
         os.chdir(self.temp_dir)
