File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ defmodule Algora.AnalyticsTest do
2828 end
2929
3030 describe "analytics" do
31+ @ tag :slow
3132 test "get_company_analytics 30d" do
3233 { :ok , resp } = Analytics . get_company_analytics ( "30d" )
3334 assert resp . total_companies == 200
@@ -73,6 +74,7 @@ defmodule Algora.AnalyticsTest do
7374 assert resp . active_trend == :up
7475 end
7576
77+ @ tag :slow
7678 test "get_company_analytics 356d" do
7779 { :ok , resp } = Analytics . get_company_analytics ( "365d" )
7880 assert resp . total_companies == 200
@@ -83,6 +85,7 @@ defmodule Algora.AnalyticsTest do
8385 assert resp . active_trend == :up
8486 end
8587
88+ @ tag :slow
8689 test "get_company_analytics 7d" do
8790 insert ( :organization , % { seeded: true , activated: true } )
8891 { :ok , resp } = Analytics . get_company_analytics ( "7d" )
You can’t perform that action at this time.
0 commit comments