Enable Query() test in blob SDK (#3960)

This commit is contained in:
JinmingHu 2022-09-22 12:28:58 +08:00 committed by GitHub
parent 65ea32f33b
commit 769b6c5b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ id,name,price
R"json({"id":"103","name":"apples","price":"99"}|{"id":"106","name":"lemons","price":"69"}|{"id":"110","name":"bananas","price":"39"}|{"id":"112","name":"sapote,mamey","price":"50"}|)json");
}
TEST_F(BlockBlobClientTest, DISABLED_QueryCsvInputArrowOutput_LIVEONLY_)
TEST_F(BlockBlobClientTest, QueryCsvInputArrowOutput_LIVEONLY_)
{
auto const testName(GetTestName());
auto client = GetBlockBlobClient(testName);