Skip to content

Commit

Permalink
Merge pull request #19965 from code-dot-org/remove-ui-test-runner-tes…
Browse files Browse the repository at this point in the history
…t-skip

UI test runner: remove feature to skip tests when changes pending
  • Loading branch information
breville committed Jan 15, 2018
2 parents 977e3c2 + 9aa2dca commit dcbd186
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dashboard/test/ui/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -622,12 +622,6 @@ def run_feature(browser, feature, options)
test_run_string = test_run_identifier(browser, feature)
log_prefix = "[#{feature.gsub(/.*features\//, '').gsub('.feature', '')}] "

if options.pegasus_domain =~ /test/ && rack_env?(:development) && RakeUtils.git_updates_available?
message = "Killing <b>dashboard</b> UI tests (changes detected)"
ChatClient.log message, color: 'yellow'
raise Parallel::Kill
end

if options.browser && browser['browser'] && options.browser.casecmp(browser['browser']) != 0
return
end
Expand Down

0 comments on commit dcbd186

Please sign in to comment.