Revert "[spec] un-ignore “Maximum call stack size” error since we don't need to"

This reverts commit 7b6fdf5f3e
since people reported that the master build still fails with this errror

Change-Id: I639acd0f6e40a5723cc4d4f6eac4bfc5c56f9115
Reviewed-on: https://gerrit.instructure.com/169684
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
Tested-by: Jenkins
QA-Review: Clay Diffrient <cdiffrient@instructure.com>
Product-Review: Clay Diffrient <cdiffrient@instructure.com>
This commit is contained in:
Ryan Shaw 2018-10-24 16:08:33 -06:00 committed by Clay Diffrient
parent e376cce431
commit 30efb693cd
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ shared_context "in-process server selenium tests" do
"isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks",
"https://www.gstatic.com/_/apps-viewer/_/js/k=apps-viewer.standalone.en_US",
"In webpack, loading timezones on-demand is not",
"Uncaught RangeError: Maximum call stack size exceeded"
].freeze
javascript_errors = browser_logs.select do |e|