diff --git a/test/integration/targets/openvswitch_db/tests/basic.yaml b/test/integration/targets/openvswitch_db/tests/basic.yaml index d0c906b95e9..0f6acdfa886 100644 --- a/test/integration/targets/openvswitch_db/tests/basic.yaml +++ b/test/integration/targets/openvswitch_db/tests/basic.yaml @@ -54,30 +54,3 @@ that: - "result.changed == false" -- name: Remove bridge - openvswitch_db: - table: Bridge - record: br-test - col: other_config - key: disable-in-band - value: false - state: absent - register: result - -- assert: - that: - - "result.changed == true" - -- name: Remove bridge again (idempotent) - openvswitch_db: - table: Bridge - record: br-test - col: other_config - key: disable-in-band - value: false - state: absent - register: result - -- assert: - that: - - "result.changed == false"