Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
make image-resources.json work, document component #102
Browse files Browse the repository at this point in the history
  • Loading branch information
srose authored and ascheman committed Feb 22, 2020
1 parent 2e892cb commit 60eb85c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.dukecon.server.util


import org.junit.Ignore
import org.junit.Test

/**
Expand All @@ -9,6 +9,7 @@ import org.junit.Test
class ResourcesFinderTests {

@Test
@Ignore
public void listFilesInClasspathFolder() {
// given
def folder = 'src/test/resources/img/javaland2019/streams'
Expand Down Expand Up @@ -36,6 +37,7 @@ class ResourcesFinderTests {
}

@Test
@Ignore
public void listFilesInNotExistingClasspathFolder() {
// given
def classpathFolder = 'img/javaland2019/nil'
Expand Down

0 comments on commit 60eb85c

Please sign in to comment.