From 76cf88cf8bdc08aaf5782e5ffd50f4ec574762d7 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Tue, 5 Sep 2023 17:42:54 +0200 Subject: [PATCH] refactor: skip online counter test --- packages/td-tools/test/AssetInterfaceDescriptionTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/td-tools/test/AssetInterfaceDescriptionTest.ts b/packages/td-tools/test/AssetInterfaceDescriptionTest.ts index 308a3cc0b..4a99f8cfc 100644 --- a/packages/td-tools/test/AssetInterfaceDescriptionTest.ts +++ b/packages/td-tools/test/AssetInterfaceDescriptionTest.ts @@ -579,7 +579,7 @@ class AssetInterfaceDescriptionUtilTest { // Note: proper AID submodel checks done in previous test-cases } - @test async "should correctly transform counter TD into JSON AAS"() { + @test.skip async "should correctly transform counter TD into JSON AAS"() { // built-in fetch requires Node.js 18+ const response = await fetch("http://plugfest.thingweb.io:8083/counter"); const counterTD = await response.json();