Skip Twitch clip projections because they can't be rendered locally (#1200)

This commit is contained in:
Oleksii Holub
2024-02-13 18:59:51 +02:00
committed by GitHub
parent 4588bd0496
commit 7c04db40f8
2 changed files with 5 additions and 11 deletions

View File

@@ -150,7 +150,7 @@ public class HtmlEmbedSpecs
iframeUrl.Should().StartWith("https://open.spotify.com/embed/track/1LHZMWefF9502NPfArRfvP");
}
[Fact]
[Fact(Skip = "Twitch does not allow embeds from inside local HTML files")]
public async Task I_can_export_a_channel_that_contains_a_message_with_a_Twitch_clip_embed()
{
// https://github.com/Tyrrrz/DiscordChatExporter/issues/1196