Skip to content

Commit

Permalink
Un-skip simulator
Browse files Browse the repository at this point in the history
Re-enable the Alexa simulator tests.
  • Loading branch information
martincostello committed Oct 16, 2024
1 parent fb8a738 commit 2d7698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/LondonTravel.Skill.EndToEndTests/SkillTests.cs
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ namespace MartinCostello.LondonTravel.Skill.EndToEndTests;

public class SkillTests(ITestOutputHelper outputHelper)
{
[SkippableTheory(Skip = "Simulator appears to be having issues.")]
[SkippableTheory]
[InlineData("Alexa, ask London Travel if there is any disruption today.")]
[InlineData("Alexa, ask London Travel about the DLR.")]
[InlineData("Alexa, ask London Travel about the Elizabeth line.")]

0 comments on commit 2d7698b

Please sign in to comment.