Skip to content

Commit

Permalink
test(jans-auth-server): disabled DefaultPromptLoginTest #2073 (#2085)
Browse files Browse the repository at this point in the history
docs: no docs

#2073
  • Loading branch information
yuriyz authored Aug 10, 2022
1 parent 12eab47 commit 685be30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jans-auth-server/client/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@
</classes>
</test>

<test name="Default Prompt Login True Test" enabled="true">
<test name="Default Prompt Login True Test" enabled="false">
<classes>
<class name="io.jans.as.client.ws.rs.DefaultPromptLoginTest"></class>
<class name="io.jans.as.client.ws.rs.DefaultPromptLoginTest"/>
</classes>
</test>

Expand Down

0 comments on commit 685be30

Please sign in to comment.