From defb23697195e2083c33e642244e8870eec32b29 Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Mon, 2 Sep 2024 16:55:23 +0400 Subject: [PATCH] test: proper disabling of Operation Reply test https://github.com/asyncapi/spec-json-schemas/issues/551 --- .../3.0.0/models/operation/operation reply.test.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/definitions/3.0.0/models/operation/operation reply.test.mjs b/test/definitions/3.0.0/models/operation/operation reply.test.mjs index 99ae9cba..19444b98 100644 --- a/test/definitions/3.0.0/models/operation/operation reply.test.mjs +++ b/test/definitions/3.0.0/models/operation/operation reply.test.mjs @@ -1,4 +1,10 @@ // TODO: enable after reference patch +import {describe, it} from 'vitest'; + +describe.skip('Operation Reply: enable after reference patch', () => { + +}); + /* Validation error: