Skip to content

Commit

Permalink
Merge pull request JabRef#10153 from Luggas4you/Ebook.de
Browse files Browse the repository at this point in the history
Disable test class
  • Loading branch information
Siedlerchr authored Aug 9, 2023
2 parents bf4d3eb + c08055a commit 07b51ea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
import org.jabref.testutils.category.FetcherTest;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.mockito.Answers;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.mockito.Mockito.mock;

@Disabled
@FetcherTest
public class EbookDeIsbnFetcherTest extends AbstractIsbnFetcherTest {

Expand Down

0 comments on commit 07b51ea

Please sign in to comment.