temp disable auth testing (#2092)

* disable auth testing

* revert some deletion
This commit is contained in:
Severiano Badajoz
2021-03-04 13:56:48 -08:00
committed by GitHub
parent c037f4eaa6
commit 1d3d9237e7
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -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);
+1 -2
View File
@@ -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 () => {