Skip to content

Commit

Permalink
chore: fixed markdown linter (╯°□°)╯︵ ┻━┻
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Nov 14, 2024
1 parent 93ea04c commit 3852f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ The following annotations are supported:
| TEST_NAME:from_versions | v8.4.0,v8.5.0,v9.0.0 | For some tests, they should only be run against a specific release line. This annotation is test case specific, and ensures the test case is run based on the major and minor versions specified. If a version is provided to the tool, and a matching major minor version is not listed, the test will be skipped. | // compatibility:TestScheduleIBCUpgrade_Succeeds:from_versions: v8.4.0,v8.5.0,v9.0.0 |
| TEST_NAME:skip | skip | A flag to ensure that this test is not included in the compatibility tests at all. | // compatibility:TestMsgSendTx_SuccessfulSubmitGovProposal:skip |

> Note: if additional control is required, the script can be modified to support additional annotations.
> Note: if additional control is required, the script can be modified to support additional annotations.

0 comments on commit 3852f39

Please sign in to comment.