Skip to content

Commit

Permalink
Added a skip test for the concurrent surveys (it seems the -p=1 raise…
Browse files Browse the repository at this point in the history
…s a conflict with this test)
  • Loading branch information
JoaoAndreSa committed Jun 13, 2017
1 parent a739a5e commit 1e32502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/default/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@ func TestAllServersRandomDPs(t *testing.T) {
//______________________________________________________________________________________________________________________
// Test multiple requests at the same time
func TestConcurrentSurveys(t *testing.T) {
t.Skip()
log.Lvl1("***************************************************************************************************")
os.Remove("pre_compute_multiplications.gob")
log.SetDebugVisible(2)
Expand Down

0 comments on commit 1e32502

Please sign in to comment.