Skip to content

Commit

Permalink
Testing: Mark test_terminal_font as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed May 31, 2018
1 parent ba9e16b commit 99cc4b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spyder_terminal/tests/test_terminal.py
Expand Up @@ -9,9 +9,12 @@
# Test library imports

import os
import os.path as osp

from flaky import flaky
import pytest
import requests
import os.path as osp

from qtpy.QtWebEngineWidgets import WEBENGINE

# Local imports
Expand Down Expand Up @@ -84,6 +87,7 @@ def setup_terminal(qtbot):
return terminal


@flaky(max_runs=3)
def test_terminal_font(qtbot):
"""Test if terminal loads a custom font."""
terminal = setup_terminal(qtbot)
Expand Down

0 comments on commit 99cc4b5

Please sign in to comment.