Skip to content

Commit

Permalink
chore: disable failing synapse e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Aug 23, 2021
1 parent fdf7562 commit f00272e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import scala.sys.process.Process
/** Tests to validate fuzzing of modules. */
class SynapseTests extends TestBase {

test("Synapse") {
ignore("Synapse") {

val os = sys.props("os.name").toLowerCase
os match {
Expand Down
4 changes: 2 additions & 2 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
PGP-PUBLIC: $(pgp-public)
PGP-PW: $(pgp-pw)

- job: E2E
- job: DatabricksE2E
cancelTimeoutInMinutes: 0
pool:
vmImage: ubuntu-18.04
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
failTaskOnFailedTests: true
condition: and(eq(variables.runTests, 'True'), succeededOrFailed())

- job: E2E_Synapse
- job: SynapseE2E
cancelTimeoutInMinutes: 0
pool:
vmImage: ubuntu-18.04
Expand Down

0 comments on commit f00272e

Please sign in to comment.