Navigation Menu

Skip to content

Commit

Permalink
test: omit a test for not implemented feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 26, 2018
1 parent 3bda0b6 commit 733e399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/command_line/suite/grndb/test_check.rb
Expand Up @@ -17,7 +17,7 @@ def test_failed_to_open
end

def test_normal
# TODO: This test should be removed when we put check cases.
omit("This feature isn't implemented yet.")
groonga("status")
log_file = Tempfile.new(["grndb-check-log-path", ".log"])
log_file.puts(<<-GROONGA_LOG)
Expand Down

0 comments on commit 733e399

Please sign in to comment.