summaryrefslogtreecommitdiff
path: root/test/dataset.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/dataset.rb')
-rw-r--r--test/dataset.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/dataset.rb b/test/dataset.rb
index 2c0aa01..e91e65a 100644
--- a/test/dataset.rb
+++ b/test/dataset.rb
@@ -231,10 +231,7 @@ class DatasetTest < MiniTest::Test
datasets.each{|d| d.delete}
end
- # skips, may be removed in the future
-
def test_simultanous_upload
- skip
threads = []
3.times do |t|
threads << Thread.new(t) do |up|