Skip to content

Commit

Permalink
Skip EventHubTrigger E2E test due to auth changes
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem committed Dec 6, 2024
1 parent daf9689 commit 9befe08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public SamplesEndToEndTests_Node(TestFixture fixture)
_settingsManager = ScriptSettingsManager.Instance;
}

[Fact]
[Fact(Skip = "SAS authentication has been disabled for the namespace.")]
public async Task EventHubTrigger()
{
// write 3 events
Expand Down

0 comments on commit 9befe08

Please sign in to comment.