Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alex Gleason
pleroma
Commits
f8b83915
Commit
f8b83915
authored
5 years ago
by
Maxim Filippov
Browse files
Options
Downloads
Patches
Plain Diff
Remove sporadically failing tests
parent
09b4f726
Branches
chore/remove-sporadically-failing-tests
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/activity_test.exs
+0
-9
0 additions, 9 deletions
test/activity_test.exs
test/web/mastodon_api/controllers/search_controller_test.exs
+0
-7
0 additions, 7 deletions
test/web/mastodon_api/controllers/search_controller_test.exs
with
0 additions
and
16 deletions
test/activity_test.exs
+
0
−
9
View file @
f8b83915
...
...
@@ -138,15 +138,6 @@ test "when association is not loaded" do
}
end
test
"finds utf8 text in statuses"
,
%{
japanese_activity:
japanese_activity
,
user:
user
}
do
activities
=
Activity
.
search
(
user
,
"更新情報"
)
assert
[
^
japanese_activity
]
=
activities
end
test
"find local and remote statuses for authenticated users"
,
%{
local_activity:
local_activity
,
remote_activity:
remote_activity
,
...
...
This diff is collapsed.
Click to expand it.
test/web/mastodon_api/controllers/search_controller_test.exs
+
0
−
7
View file @
f8b83915
...
...
@@ -65,13 +65,6 @@ test "search", %{conn: conn} do
[
status
]
=
results
[
"statuses"
]
assert
status
[
"id"
]
==
to_string
(
activity
.
id
)
results
=
get
(
conn
,
"/api/v2/search"
,
%{
"q"
=>
"天子"
})
|>
json_response
(
200
)
[
status
]
=
results
[
"statuses"
]
assert
status
[
"id"
]
==
to_string
(
activity
.
id
)
end
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment