Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Revert back the test changes
Browse files Browse the repository at this point in the history
Signed-off-by: Maysun J Faisal <maysun.j.faisal@ibm.com>
  • Loading branch information
maysunfaisal authored and elsony committed Jan 20, 2020
1 parent 26b60c6 commit 391f1fc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,20 @@ export const extensionPaths: any = {
export const projectTypes: any = {
[codewindTemplates.default]: [
projecLanguges.liberty,
// projecLanguges.nodejs,
// projecLanguges.spring,
// projecLanguges.swift
projecLanguges.nodejs,
projecLanguges.spring,
projecLanguges.swift
],
// [codewindTemplates.docker]: [
// projecLanguges.go,
// projecLanguges.lagom,
// projecLanguges.python
// ],
// [codewindTemplates.odo]: process.env.IN_K8 ? [
// projecLanguges.nodejs,
// projecLanguges.perl,
// projecLanguges.python
// ] : []
[codewindTemplates.docker]: [
projecLanguges.go,
projecLanguges.lagom,
projecLanguges.python
],
[codewindTemplates.odo]: process.env.IN_K8 ? [
projecLanguges.nodejs,
projecLanguges.perl,
projecLanguges.python
] : []
};

export const templateNames: any = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("PFE - functional test", () => {
});

function runAllTests(): void {
// genericSuite.runTest();
genericSuite.runTest();
for (const chosenTemplate of _.shuffle(Object.keys(projectTypes))) {
for (const chosenProject of _.shuffle(projectTypes[chosenTemplate])) {
if (process.env.TURBINE_PERFORMANCE_TEST) {
Expand Down

0 comments on commit 391f1fc

Please sign in to comment.