Como comentar em um arquivo .feature

Cucumber usa # para instruir o analisador a ignorar uma linha:

#  = test I don't want to run at present

Scenario: Tab colors
Given I visit "http://localhost:3000/test/required-step-html"
# Then "tab with icon" should have "color" of "#999c9f"