Skip to content

Commit

Permalink
fix(agama): fixing tests run on jenkins #3149 (#3261)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Dec 8, 2022
1 parent 99f04ff commit cc6c5e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >

<suite name="agama-inbound" parallel="false">
</suite>
4 changes: 4 additions & 0 deletions jans-auth-server/agama/model/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >

<suite name="agama-model" parallel="false">
</suite>

0 comments on commit cc6c5e1

Please sign in to comment.