Closed
Description
Given this test file:
{{
httpRegion.metaData.disabled = true
}}
### Test 1
https://httpbin.org/status/200
Or the variant which executes before every request:
{{+
httpRegion.metaData.disabled = true
}}
### Test 1
https://httpbin.org/status/200
Running:
httpyac --all ./requests/bugs/246.http --output short
I get the following in the CLI:
---------------------
=== Test 1 ===
GET https://httpbin.org/status/200
=> 200 (731 ms, 184 B)
I expected the request to be ignored. Not sure if I'm doing something wrong but, see the related issue regarding some interesting vscode behavior.
Metadata
Assignees
Labels
No labels
Activity