summaryrefslogtreecommitdiff
path: root/test/dataset.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-10-13 22:59:45 +0200
committerChristoph Helma <helma@in-silico.ch>2016-10-13 22:59:45 +0200
commit09452bba5c407c27721223d126e3f45c12b20a0c (patch)
treeed4f73a874ddb12c98e7c62af49c2de5fcc4f4d1 /test/dataset.rb
parent2dc66aef3b7932105868ee8c7d32ad975e142d1b (diff)
tests pass
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|