Skip to content

Commit

Permalink
KEYCLOAK-7924 Speed-up crossdc tests
Browse files Browse the repository at this point in the history
Co-Authored-By: Hynek Mlnarik <[email protected]>
  • Loading branch information
vramik and hmlnarik committed Jul 27, 2018
1 parent 38017d3 commit ecd3fcc
Show file tree
Hide file tree
Showing 15 changed files with 468 additions and 367 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:
- TESTS=server-group3
- TESTS=server-group4
- TESTS=old
- TESTS=crossdc1
- TESTS=crossdc2
- TESTS=crossdc-server
- TESTS=crossdc-adapter

jdk:
- oraclejdk8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public void initializeSuiteContext(@Observes(precedence = 2) BeforeSuite event)
}

suiteContextProducer.set(suiteContext);
CacheServerTestEnricher.initializeSuiteContext(suiteContext);
CrossDCTestEnricher.initializeSuiteContext(suiteContext);
log.info("\n\n" + suiteContext);
}

Expand Down

This file was deleted.

Loading

0 comments on commit ecd3fcc

Please sign in to comment.