Skip to content

Commit

Permalink
test(jans-auth-server): disable application type restriction embedded…
Browse files Browse the repository at this point in the history
… test (#2447)

docs: no docs
#2087
  • Loading branch information
yuriyz authored Sep 23, 2022
1 parent 8dbb6ed commit f1f0b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-auth-server/server/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</test>

<!-- Application Type Restriction (embedded) -->
<test name="Application Type Restriction (embedded)" enabled="true">
<test name="Application Type Restriction (embedded)" enabled="false">
<classes>
<class name="io.jans.as.server.ws.rs.ApplicationTypeRestrictionEmbeddedTest" />
</classes>
Expand Down

0 comments on commit f1f0b8d

Please sign in to comment.