mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 17:28:11 +08:00
temp disable auth testing (#2092)
* disable auth testing * revert some deletion
This commit is contained in:
@@ -317,8 +317,8 @@ export async function assertCategoryDoesNotExist(categoryName) {
|
||||
}
|
||||
|
||||
export async function login() {
|
||||
const email = `cellxgene-smoke-test+${process.env.DEPLOYMENT_STAGE}@chanzuckerberg.com`;
|
||||
const password = "Test1111";
|
||||
const email = ``;
|
||||
const password = "";
|
||||
|
||||
await goToPage(appUrlBase);
|
||||
|
||||
|
||||
@@ -538,8 +538,7 @@ describeIfCalledByMakeFileTarget("auth buttons", () => {
|
||||
});
|
||||
});
|
||||
|
||||
const conditionalDescribe =
|
||||
process.env.TEST_AUTH_INTEGRATION === "true" ? describe : describe.skip;
|
||||
const conditionalDescribe = describe.skip;
|
||||
|
||||
conditionalDescribe("AuthN Integration", () => {
|
||||
it("logs in", async () => {
|
||||
|
||||
Reference in New Issue
Block a user