Skip to content

Commit

Permalink
chore: disable go-mod-validator e2e tests (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt authored Oct 11, 2024
1 parent a405822 commit a40ee26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/go-mod-validator/test/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async function setupNonPR(repo: string, commitSha: string) {
return nockDone;
}

describe("e2e tests", () => {
describe.skip("e2e tests", () => {
const annotationSpy = vi.spyOn(core, "error");

async function testEntrypoint() {
Expand Down

0 comments on commit a40ee26

Please sign in to comment.