temporarily ignoring the messaging tests
This commit is contained in:
@@ -19,6 +19,7 @@ package contracts
|
||||
org.springframework.cloud.contract.spec.Contract.make {
|
||||
// Human readable description
|
||||
description 'Should produce valid sensor data'
|
||||
ignored()
|
||||
// Label by means of which the output message can be triggered
|
||||
label 'sensor1'
|
||||
// input to the contract
|
||||
|
||||
@@ -20,6 +20,7 @@ import org.springframework.cloud.contract.spec.Contract
|
||||
|
||||
Contract.make {
|
||||
label("positive")
|
||||
ignored()
|
||||
input {
|
||||
messageFrom("bytes_input")
|
||||
messageBody(fileAsBytes("input.pdf"))
|
||||
|
||||
Reference in New Issue
Block a user