Removes integration test execution

Stops the automatic execution of the integration test.

This change prevents the test from running every time the module is loaded,
allowing for more focused and controlled testing.
This commit is contained in:
Vijay Janapa Reddi
2025-07-20 12:59:54 -04:00
parent 03fe3d3973
commit fd88e44b96

View File

@@ -1085,7 +1085,6 @@ def test_module_dataloader_tensor_yield():
print("✅ Integration Test Passed: DataLoader correctly yields batches of Tensors.")
# Run the integration test
test_module_dataloader_tensor_yield()
# %% [markdown]