Skip GetCommentOfVideo test

This commit is contained in:
Hexah 2020-06-23 21:57:15 +02:00
parent fdd85a99fa
commit 720a45da1b
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ void main() {
var video = await yt.videos.get(VideoId(videoUrl));
var comments = await yt.videos.commentsClient.getComments(video).toList();
expect(comments.length, greaterThanOrEqualTo(1));
});
}, skip: 'This may fail on some environments');
});
}