Skip to content

Commit 40f3d19

Browse files
authored
ignore sample chat (Azure#21000)
1 parent f463e0b commit 40f3d19

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scripts/devops_tasks/test_run_samples.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@
129129
"azure-ai-formrecognizer": [
130130
"sample_manage_custom_models.py",
131131
"sample_manage_custom_models_async.py",
132+
],
133+
"azure-ai-language-questionanswering": [
134+
"sample_chat.py"
132135
]
133136
}
134137

sdk/cognitivelanguage/azure-ai-language-questionanswering/samples/sample_query_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def sample_query_text():
3636
records=[
3737
qna.TextRecord(
3838
text="Power and charging. It takes two to four hours to charge the Surface Pro 4 battery fully from an empty state. " +
39-
"It can take longer if youre using your Surface for power-intensive activities like gaming or video streaming while youre charging it.",
39+
"It can take longer if you're using your Surface for power-intensive activities like gaming or video streaming while you're charging it.",
4040
id="doc1"
4141
),
4242
qna.TextRecord(

0 commit comments

Comments
 (0)