From a96f92b8b6209d0898141504f950d0b1efdfda30 Mon Sep 17 00:00:00 2001 From: Murali Date: Fri, 22 Mar 2024 10:29:58 +0530 Subject: [PATCH] fix: temporarily skipping collection_test --- tests/at_end2end_test/test/collection_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/at_end2end_test/test/collection_test.dart b/tests/at_end2end_test/test/collection_test.dart index 02fd55b49..1839b361d 100644 --- a/tests/at_end2end_test/test/collection_test.dart +++ b/tests/at_end2end_test/test/collection_test.dart @@ -1,3 +1,4 @@ +@Skip('Skipping this test until https://github.com/atsign-foundation/at_client_sdk/issues/1267 is fixed') import 'dart:convert'; import 'package:at_client/at_client.dart';