mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Mark slow compilation tests
This commit is contained in:
parent
c49522a791
commit
01d1a8736e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ require "./spec_helper"
|
|||
# Some specs are too complex to be ran normally.
|
||||
# Additionally, this allows examples to easily check specific failure cases.
|
||||
# Plus, it makes testing user-reported issues easy.
|
||||
Spectator.describe "Runtime compilation" do
|
||||
Spectator.describe "Runtime compilation", :slow, :compile do
|
||||
given_example passing_example do
|
||||
it "does something" do
|
||||
expect(true).to be_true
|
||||
|
|
Loading…
Reference in a new issue