Skip to content

Commit

Permalink
skip failing test due to verji-customisations
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tore Simonsen committed Aug 20, 2024
1 parent 3fda611 commit e4e7314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

i18n_lint:
name: "i18n Check"
# VERJI skip i18n by setting false
if: ${{false}}
uses: matrix-org/matrix-web-i18n/.github/workflows/i18n_check.yml@main
with:
Expand Down
4 changes: 2 additions & 2 deletions test/components/structures/ViewSource-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ describe("ViewSource", () => {

expect(() => render(<ViewSource mxEvent={redactedMessageEvent} onFinished={() => {}} />)).not.toThrow();
});

it("should show edit button if we are the sender and can post an edit", () => {
// VERJI SKIP this test because we have disabled the "edit" option
it.skip("should show edit button if we are the sender and can post an edit", () => {
const event = mkMessage({
msg: "Test",
user: MatrixClientPeg.get()!.getSafeUserId(),
Expand Down

0 comments on commit e4e7314

Please sign in to comment.