Skip to content

Commit

Permalink
refactor: skip online counter test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Sep 5, 2023
1 parent f549d1d commit 76cf88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/td-tools/test/AssetInterfaceDescriptionTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 76cf88c

Please sign in to comment.