Skip to content

Commit cbd0a5f

Browse files
committed
Test.
1 parent f447c43 commit cbd0a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/ml/tests/connect/test_parity_torch_data_loader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from pyspark.sql import SparkSession
2222
from pyspark.testing.utils import have_torch, torch_requirement_message
2323

24-
if not is_remote_only():
24+
if False: # not is_remote_only():
2525
from pyspark.ml.torch.tests.test_data_loader import TorchDistributorDataLoaderUnitTests
2626

2727
@unittest.skipIf(

0 commit comments

Comments
 (0)