DEV: Do not add proxy argument when running ember-cli test (#13498)
This commit is contained in:
parent
fa62b5e83b
commit
fbe004cc63
|
@ -41,7 +41,7 @@ args = ["-s", "--cwd", yarn_dir, "run", "ember", command] + ARGV.reject do |a|
|
|||
["--try", "--test", "--unicorn", "-u"].include?(a)
|
||||
end
|
||||
|
||||
if !args.include?("--proxy")
|
||||
if !args.include?("test") && !args.include?("--proxy")
|
||||
args << "--proxy"
|
||||
args << PROXY
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue