Skip to content

Commit

Permalink
make tests work on iPhone X (Version/11.0) and iPad Pro 2018 12.9 (Ve…
Browse files Browse the repository at this point in the history
…rsion/12.0)
  • Loading branch information
jandockx committed Jun 1, 2020
1 parent 6caa0d5 commit 351c5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/02.IV/10.2.AsyncContractFunctionTestOptional.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ describe('IV/PromiseContractFunction - AsyncFunctions', function () {
// do is to point to where the contract function is called. The same applies to Meta errors (in conditions),
// since we cannot create a stack trace that points in the condition. The caused by probably will for meta errors,
// but there is no such thing for pre-, post- or exception conditions.
if (testUtil.environment !== 'safari') {
if (testUtil.environment !== 'safari' && testUtil.environment !== 'safari <= 12') {
/* Because it is in the event loop sometimes; this is not our code; we have to show something, but for Promises,
it is largely irrelevant.
In order:
Expand Down

0 comments on commit 351c5c2

Please sign in to comment.