Skip to content

Commit

Permalink
#24 Skipped musixmatch integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill committed Aug 19, 2024
1 parent fe81c0a commit 93e91cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace LyricsScraperNET.IntegrationTest.Providers.Musixmatch
{
public class MusixmatchProviderTest : ProviderTestBase
{
[Theory]
[Theory (Skip="Bug with the infinite requests loop. Should be enabled after https://github.com/skuill/LyricsScraperNET/issues/24")]
[MemberData(nameof(GetTestData), parameters: "Providers\\Musixmatch\\lyric_test_data.json")]
public void SearchLyric_IntegrationDynamicData_Success(LyricsTestData testData)
{
Expand All @@ -31,7 +31,7 @@ public void SearchLyric_IntegrationDynamicData_Success(LyricsTestData testData)
Assert.False(searchResult.Instrumental);
}

[Theory]
[Theory(Skip = "Bug with the infinite requests loop. Should be enabled after https://github.com/skuill/LyricsScraperNET/issues/24")]
[MemberData(nameof(GetTestData), parameters: "Providers\\Musixmatch\\instrumental_test_data.json")]
public void SearchLyric_IntegrationDynamicData_Instrumental(LyricsTestData testData)
{
Expand Down

0 comments on commit 93e91cb

Please sign in to comment.