Skip to content

Commit 1e424df

Browse files
authored
1 parent f3b785c commit 1e424df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/textanalytics/ai-text-analytics/test/public/textAnalyticsClient.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2249,7 +2249,7 @@ matrix([["AAD", "APIKey"]] as const, async (authMethod: AuthMethod) => {
22492249
}
22502250
});
22512251

2252-
it("show stats and model version", async function () {
2252+
it.skip("show stats and model version", async function () {
22532253
const docs = [
22542254
{ id: "56", text: ":)" },
22552255
{ id: "0", text: ":(" },

0 commit comments

Comments
 (0)