Skip to content

Commit eb0fc13

Browse files
committed
fix: remove useless failing test
1 parent 5108d10 commit eb0fc13

File tree

1 file changed

+0
-24
lines changed
  • tzatziki-http/src/test/resources/com/decathlon/tzatziki/steps

1 file changed

+0
-24
lines changed

tzatziki-http/src/test/resources/com/decathlon/tzatziki/steps/http.feature

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,30 +1612,6 @@ Feature: to interact with an http service and setup mocks
16121612
Transfer-Encoding: ?isNull
16131613
"""
16141614

1615-
Scenario: Concurrency consumption is handled properly
1616-
Given that "http://backend/time" is mocked as:
1617-
"""
1618-
response:
1619-
- consumptions: 1
1620-
body:
1621-
payload: morning
1622-
- consumptions: 1
1623-
body:
1624-
payload: noon
1625-
- consumptions: 1
1626-
body:
1627-
payload: afternoon
1628-
- body:
1629-
payload: evening
1630-
"""
1631-
Then getting on "http://backend/time" four times in parallel returns:
1632-
"""
1633-
- morning
1634-
- noon
1635-
- afternoon
1636-
- evening
1637-
"""
1638-
16391615
Scenario Outline: We don't reset mock between tests if needed
16401616
Given that we don't reset mocks between tests
16411617
Given that "http://backend/time" is mocked as:

0 commit comments

Comments
 (0)