Skip to content

Commit 872bec0

Browse files
committed
Add tags for x86-specific and flaky tests
1 parent 3598bac commit 872bec0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/spec/features/compilation_targets_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
end
4343
end
4444

45-
context "when AT&T syntax is selected" do
45+
context "when AT&T syntax is selected", :assembly do
4646
before do
4747
in_config_menu { choose("AT&T") }
4848
end
@@ -59,7 +59,7 @@
5959
end
6060
end
6161

62-
context "when Intel syntax is selected" do
62+
context "when Intel syntax is selected", :assembly do
6363
before do
6464
in_config_menu { choose("Intel") }
6565
end

tests/spec/features/navigation_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
expect(page).to be_at_url('/')
4545
end
4646

47-
scenario "Navigating to help changes the URL" do
47+
scenario "Navigating to help changes the URL", :flaky do
4848
visit '/'
4949
expect(page).to have_content('RUN')
5050

0 commit comments

Comments
 (0)