Skip to content

Commit 6cb8d64

Browse files
authored
enable getcolumntypes test for java (#586)
1 parent 947b221 commit 6cb8d64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Integration/SqlInputBindingIntegrationTests.cs

-3
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ public async void GetProductsColumnTypesSerializationAsyncEnumerableTest(string
169169
/// </summary>
170170
[Theory]
171171
[SqlInlineData()]
172-
// Java worker returns timestamps in local time zone
173-
// https://github.com/Azure/azure-functions-sql-extension/issues/515
174-
[UnsupportedLanguages(SupportedLanguages.Java)]
175172
public async void GetProductsColumnTypesSerializationTest(SupportedLanguages lang)
176173
{
177174
this.StartFunctionHost(nameof(GetProductsColumnTypesSerialization), lang, true);

0 commit comments

Comments
 (0)