Hello Jesse,
Could you tell us how you try to run the tests?
As Gabor said if you are using IDEA the easiest way to run a specific test
is to open the test file, right click somewhere in the code and select "Run
SVMITSuite"
Regards,
Theodore
On Oct 25, 2016 9:54 PM, "Jesse Bannon"
wrote:
> He
Hi Jesse,
Have you tried running the test in an IDE (e.g. Intellij IDEA)? AFAIK
they have support for ScalaTest.
When running a Maven build, it seems to skip integration tests (ones
marked with "IT") intentionally. I assume it would take much time to run
those tests. You can run them by expl
Hello,
I am trying to run the SVMITSuite in the Flink-ML library. When I build the
package it seems to skip all tests in SVMITSuite - I'm assuming it's
because there's no ExecutionEnvironment set up to use the DataSet API.
I can't seem to find any documentation on how to run this either. Any help