diff --git a/tests/src/collectionmodel_test.cpp b/tests/src/collectionmodel_test.cpp index cb7ed0951..40820f167 100644 --- a/tests/src/collectionmodel_test.cpp +++ b/tests/src/collectionmodel_test.cpp @@ -347,7 +347,7 @@ TEST_F(CollectionModelTest, RemoveEmptyArtists) { // model3 - All container nodes are created in SongsDiscovered. // WARNING: This test can take up to 30 minutes to complete. - +#if 0 TEST_F(CollectionModelTest, TestContainerNodes) { SongList songs; @@ -669,5 +669,6 @@ TEST_F(CollectionModelTest, TestContainerNodes) { } } +#endif } // namespace