We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3598bac commit 872bec0Copy full SHA for 872bec0
tests/spec/features/compilation_targets_spec.rb
@@ -42,7 +42,7 @@
42
end
43
44
45
- context "when AT&T syntax is selected" do
+ context "when AT&T syntax is selected", :assembly do
46
before do
47
in_config_menu { choose("AT&T") }
48
@@ -59,7 +59,7 @@
59
60
61
62
- context "when Intel syntax is selected" do
+ context "when Intel syntax is selected", :assembly do
63
64
in_config_menu { choose("Intel") }
65
tests/spec/features/navigation_spec.rb
@@ -44,7 +44,7 @@
expect(page).to be_at_url('/')
- scenario "Navigating to help changes the URL" do
+ scenario "Navigating to help changes the URL", :flaky do
visit '/'
49
expect(page).to have_content('RUN')
50
0 commit comments