Skip to content

Commit

Permalink
Fixed main test
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaidioz committed Jan 17, 2025
1 parent 5664d3f commit 9211e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/com/rawlabs/das/mock/DASMockTestApp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ import com.rawlabs.das.server.DASServer

class DASMockTest extends AnyFunSuite {

test("Run the main code with mock services")(DASServer.main(Array()))
ignore("Run the main code with mock services")(DASServer.main(Array()))

}

0 comments on commit 9211e69

Please sign in to comment.