Skip to content

Commit

Permalink
[text-analytics] skip tests (Azure#23895)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhanh-phan authored Nov 18, 2022
1 parent 51ea80f commit abec1c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,8 @@ matrix([["AAD", "APIKey"]] as const, async (authMethod: AuthMethod) => {
}
});

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

0 comments on commit abec1c8

Please sign in to comment.