From a79228a36f81fd2a9db81f7bb7ad12b82a21194f Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Mon, 23 May 2016 17:07:19 +0200 Subject: [PATCH] Note about CORS errors in IE9 tests --- Release-Procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 6f558d6..8d8d29b 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -1,7 +1,7 @@ This document is a work in progress. When it is finalized, it should be included as a doc within the repository itself. ### Run unit tests -Start with running unit tests in IE9, IE10, IE11, Edge, latest Safari, latest Chrome and latest Firefox and make sure all tests pass before the release process is started. +Start with running unit tests in IE9, IE10, IE11, Edge, latest Safari, latest Chrome and latest Firefox and make sure all tests (except `Error: Access is denied.` errors for CORS requests in IE9) pass before the release process is started. ### Create a release branch