4533: Disable database-reset for all diagnostics test classes.
[arvados.git] / apps / workbench / test / diagnostics_test_helper.rb
index 01d351a2b6a82f68227d12609cdbb02a67598ea7..e4a249e07ab1c36ce6c9c0e6510e6be1b0698005 100644 (file)
@@ -26,4 +26,8 @@ class DiagnosticsTest < ActionDispatch::IntegrationTest
     end
   end
 
+  # Diagnostics tests never want to reset the database fixtures.
+  protected
+  def self.reset_api_fixtures_now end
+
 end