Skip to content

Commit abec1c8

Browse files
authored
[text-analytics] skip tests (Azure#23895)
1 parent 51ea80f commit abec1c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,8 @@ matrix([["AAD", "APIKey"]] as const, async (authMethod: AuthMethod) => {
14321432
}
14331433
});
14341434

1435-
it("output order is same as the input's one with multiple actions", async function () {
1435+
// FIXME: Skip the test once the pointer is fixed to entityRecognitionPiiTasks
1436+
it.skip("output order is same as the input's one with multiple actions", async function () {
14361437
const docs = [
14371438
{ id: "1", text: "one" },
14381439
{ id: "2", text: "two" },

0 commit comments

Comments
 (0)