Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Commit

Permalink
RUN-3271 Ignore run-application for entity existence checks for now a…
Browse files Browse the repository at this point in the history
…s it breaks behaviour contracts with Adapters.

RUN-3271 Ignore run-application for entity existence checks for now as it breaks behaviour contracts with Adapters.
Merge pull request #150 from rdepena/hotfix/RUN-3271_authentication_fails_after_runtime_restart
  • Loading branch information
HarsimranSingh authored Aug 22, 2017
2 parents 7a85ea6 + ec376a6 commit 4f6a2f4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const apisToIgnore = new Set([
// Application
'create-application',
'create-child-window',
//TODO: we do not check run for .NET, the adapter will create an application then run it without waiting for the ack.
'run-application',
// Window
'window-exists'
]);
Expand Down

0 comments on commit 4f6a2f4

Please sign in to comment.