[Core Smoke Tests] Use setNextRequest to skip test instead of skipRequest function
Summary
- Core Smoke Tests skip one requests using function
pm.execution.skipRequest()which is not supported on newman version 5.2.4 that tests are running on. This MR fixes this issue by usingpostman.setNextRequest()for skipping specific tests as this is supported on 5.2.4
Tests
Edited by Marija Dukic
