Disabled test to find optimum due it is not a necessary test and was only for class exercise
This commit is contained in:
parent
24c9e0b247
commit
1842ade5c0
@ -3,6 +3,7 @@ package machine_learning.nearest_neighbour;
|
||||
import machine_learning.DataClass;
|
||||
import machine_learning.Vector;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.TestInstance;
|
||||
import org.opentest4j.AssertionFailedError;
|
||||
@ -113,6 +114,7 @@ class KNearestNeighbourTest
|
||||
|
||||
}
|
||||
|
||||
@Disabled("Takes long")
|
||||
@Test
|
||||
public void shouldReturnOptimum()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user