Skip to content

Commit

Permalink
+j2html in build.gradle.kts, testSelfPostAuthorRip flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Dec 20, 2021
1 parent 9ca49a2 commit 2b4d4cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies {
implementation("org.java-websocket:Java-WebSocket:1.5.2")
implementation("org.jsoup:jsoup:1.14.3")
implementation("org.json:json:20211205")
implementation("com.j2html:j2html:1.5.0")
implementation("commons-configuration:commons-configuration:1.10")
implementation("commons-cli:commons-cli:1.5.0")
implementation("commons-io:commons-io:2.11.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public void testSelfPostRip() throws IOException {
}

@Test
@Tag("flaky")
public void testSelfPostAuthorRip() throws IOException {
RedditRipper ripper = new RedditRipper(new URL("https://www.reddit.com/user/ickybabie_"));
testRipper(ripper);
Expand Down

0 comments on commit 2b4d4cc

Please sign in to comment.