Skip to content

Commit f0c8f3f

Browse files
author
msamia
committed
disabling broken log test
1 parent 58b8459 commit f0c8f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vcs/tests/test_cli.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def _get_commits(cls):
194194
]
195195
return commits
196196

197+
@unittest.skip("does not work")
197198
def test_log_command(self):
198199
cmd = 'vcs log --template "\$message"'
199200
process = subprocess.Popen(cmd, cwd=self.repo.path, shell=True,

0 commit comments

Comments
 (0)