Update GradientSharingTrainingTest.java

master
agibsonccc 2021-03-19 17:35:12 +09:00
parent 7c7f9db097
commit bb167e1986
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ public class GradientSharingTrainingTest extends BaseSparkTest {
} }
@Test @Test
@Disabled
public void trainSanityCheck(@TempDir Path testDir) throws Exception { public void trainSanityCheck(@TempDir Path testDir) throws Exception {
for(boolean mds : new boolean[]{false, true}) { for(boolean mds : new boolean[]{false, true}) {