diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt index 4bd9444ff5..c9773d0205 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt @@ -42,25 +42,25 @@ class CollectionTest { mockWebServer.shutdown() } - @Ignore + @Ignore("not implemented") @Test fun AddTabToCollectionTest() { // open a webpage, and add currently opened tab to existing collection } - @Ignore + @Ignore("not implemented") @Test fun OpenTabFromCollectionTest() { // Open one tab from Collection in the Homescreen view } - @Ignore + @Ignore("not implemented") @Test fun RenameCollectionTest() { // Rename Collection from the Homescreen } - @Ignore + @Ignore("not implemented") @Test fun DeleteCollectionTest() { // Delete Collection from the Homescreen