Skip to content

Commit 24532aa

Browse files
committed
Reenable test
1 parent 02bea07 commit 24532aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebJobs.Script.Tests/Binding/CoreExtensionsScriptBindingProviderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Microsoft.Azure.WebJobs.Script.Tests
1313
{
1414
public class CoreExtensionsScriptBindingProviderTests
1515
{
16-
[Fact(Skip = "https://github.com/Azure/azure-webjobs-sdk/issues/1689")]
16+
[Fact]
1717
public void GetAttributes_DynamicSku_ValidatesScheduleExpression()
1818
{
1919
var vars = new Dictionary<string, string>

0 commit comments

Comments
 (0)