Skip to content

Commit

Permalink
Downgrade the case priority for its unstability, will revert to the o…
Browse files Browse the repository at this point in the history
…riginal priority once the issue is resolved.
  • Loading branch information
LiliDeng authored and kamalca committed Apr 23, 2024
1 parent 5d68b9a commit b695985
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion microsoft/testsuites/vm_extensions/cvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,10 @@ class CVTTest(TestSuite):
description="""
this test validate the functionality of ASR driver by verifying
integrity of a source disk with respect to a target disk
Downgrade the case priority from 3 to 5 for its instability.
""",
priority=3,
priority=5,
timeout=TIMEOUT,
requirement=simple_requirement(
supported_features=[AzureExtension],
Expand Down

0 comments on commit b695985

Please sign in to comment.