Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions .github/workflows/scheduled.yml

This file was deleted.

286 changes: 0 additions & 286 deletions e2e/node/nss-unauth.test.ts

This file was deleted.

6 changes: 0 additions & 6 deletions e2e/node/resource.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
describe,
expect,
it,
test,
} from "@jest/globals";

import type { Session } from "@inrupt/solid-client-authn-node";
Expand Down Expand Up @@ -70,11 +69,6 @@ const { blankNode } = DataFactory;

const env = getNodeTestingEnvironment();

if (env.environment === "NSS") {
// eslint-disable-next-line jest/no-focused-tests
test.only(`Skipping Unauth NSS tests in ${env.environment}`, () => {});
}

const TEST_SLUG = "solid-client-test-e2e-resource";

const nodeVersion = process.versions.node.split(".");
Expand Down
Loading
Loading